Skip to content

Commit

Permalink
Merge pull request #574 from alanmmobbs93/update_arriba-arriba_module
Browse files Browse the repository at this point in the history
Update arriba_arriba module
  • Loading branch information
apeltzer authored Dec 5, 2024
2 parents 8e1aa7e + 275889e commit a7e1b53
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 46 deletions.
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"arriba/arriba": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "7741dfc830e77a8ead2fcb50b01461ee09d0cdfe",
"installed_by": ["modules"]
},
"arriba/download": {
Expand Down
3 changes: 3 additions & 0 deletions modules/nf-core/arriba/arriba/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions modules/nf-core/arriba/arriba/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 5 additions & 34 deletions modules/nf-core/arriba/arriba/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 107 additions & 0 deletions modules/nf-core/arriba/arriba/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions modules/nf-core/arriba/arriba/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions modules/nf-core/arriba/arriba/tests/nextflow.config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subworkflows/local/arriba_workflow.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workflow ARRIBA_WORKFLOW {
.map { meta, reads, fusions -> [ meta, fusions ] }
ch_arriba_fusion_fail = ch_dummy_file
} else {
ARRIBA_ARRIBA ( STAR_FOR_ARRIBA.out.bam, ch_fasta, ch_gtf, ch_arriba_ref_blacklist, ch_arriba_ref_known_fusions, [[],[]], [[],[]], ch_arriba_ref_protein_domains )
ARRIBA_ARRIBA ( STAR_FOR_ARRIBA.out.bam, ch_fasta, ch_gtf, ch_arriba_ref_blacklist, ch_arriba_ref_known_fusions, [[],[]], ch_arriba_ref_protein_domains )
ch_versions = ch_versions.mix(ARRIBA_ARRIBA.out.versions)

ch_arriba_fusions = ARRIBA_ARRIBA.out.fusions
Expand Down

0 comments on commit a7e1b53

Please sign in to comment.