Skip to content

Commit f2b562c

Browse files
committed
Fasta masking with either whole gene seq or exons
1 parent 618afe7 commit f2b562c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.test/config/config.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ ensembl_genome_build: 110
33
plasmid_fasta: none
44
bowtie2:
55
extra: ""
6-
fusion_genes: FBgn0004872 # Genes from these proteins will be removed from the analysis
6+
fusion_genes:
7+
genes: FBgn0004872 # Genes from these proteins will be masked from the fasta file
8+
feature_to_mask: "exon" # Gene feature to mask from the fasta file (exon or gene)
79
damidseq_pipeline:
810
normalization: kde # kde, rpm or rawbins
911
binsize: 300

0 commit comments

Comments
 (0)