Skip to content

Commit

Permalink
Merge branch 'update/metafusion' of github.com:mskcc/forte into updat…
Browse files Browse the repository at this point in the history
…e/metafusion
  • Loading branch information
pintoa1-mskcc committed Sep 23, 2024
2 parents bf4e6be + 0bb2044 commit aeac5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/igenomes.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ params {
cdna = "http://ftp.ensemblgenomes.org/pub/viruses/fasta/sars_cov_2/cdna/Sars_cov_2.ASM985889v3.cdna.all.fa.gz"
metafusion_blocklist = "https://raw.githubusercontent.com/anoronh4/forte-references/main/GRCh37_test/blocklist_breakpoints.bedpe"
ensembl_version = 75
clinicalgenes = "${projectDir}/assets/clinical_whitelist.txt"
clinicalgenes = "${projectDir}/assets/clinical_allowlist_hg19.txt"
transcripts = "https://ftp.ensembl.org/pub/release-75/mysql/homo_sapiens_core_75_37/transcript.txt.gz"
}
/*
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/fusion.nf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ workflow FUSION {
ADD_FLAG.out.unfiltered_cff
.join(ONCOKB_FUSIONANNOTATOR.out.oncokb_fusions, by:0)
.join(AGFUSION_BATCH.out.fusion_transcripts_tsv, by:0),
transcipts
transcripts
)
} else {
CFF_FINALIZE(
Expand Down

0 comments on commit aeac5f0

Please sign in to comment.