We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618afe7 commit f2b562cCopy full SHA for f2b562c
.test/config/config.yaml
@@ -3,7 +3,9 @@ ensembl_genome_build: 110
3
plasmid_fasta: none
4
bowtie2:
5
extra: ""
6
-fusion_genes: FBgn0004872 # Genes from these proteins will be removed from the analysis
+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)
9
damidseq_pipeline:
10
normalization: kde # kde, rpm or rawbins
11
binsize: 300
0 commit comments