Skip to content

Commit

Permalink
Merge pull request #375 from genomic-medicine-sweden/fuseq_wes_filtering
Browse files Browse the repository at this point in the history
feat: add blacklist for fuseq_wes filtering
  • Loading branch information
Smeds authored Nov 24, 2023
2 parents 823dd79 + 6bc03e3 commit 3b0f6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.data.hg19.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ exon_skipping:
design_bed: "{{PROJECT_DESIGN_DATA}}/GMS560/design/Twist_RNA_Design5.annotated.bed"

filter_fuseq_wes:
gene_fusion_black_list: "{{PROJECT_DESIGN_DATA}}/GMS560/fuseq_wes/false_positive_fusion_pairs.txt"
gene_white_list: "{{PROJECT_DESIGN_DATA}}/GMS560/fuseq_wes/fuseq_wes_gene_white_list.txt"
transcript_black_list: "{{PROJECT_DESIGN_DATA}}/GMS560/fuseq_wes/fuseq_wes_transcript_black_list.txt"
gtf: "{{PROJECT_REF_DATA}}/ref_data/refGene/hg19.refGene.gtf"
Expand Down

0 comments on commit 3b0f6ad

Please sign in to comment.