Skip to content

Commit

Permalink
Merge pull request #1462 from maxulysse/ascat_fix
Browse files Browse the repository at this point in the history
Ascat fix
  • Loading branch information
maxulysse authored Apr 12, 2024
2 parents e217b06 + 6001f7b commit 3c70f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Balgattjåhkkå is the other top peak (over 2k m) in the Pårte massif, the othe
- [#1407](https://github.com/nf-core/sarek/pull/1407) - Fix CI tests name
- [#1420](https://github.com/nf-core/sarek/pull/1420) - Make `-a` a default argument for `bcftools` concat
- [#1422](https://github.com/nf-core/sarek/pull/1422) - Fix `Cannot serialize context map` warning
- [#1462](https://github.com/nf-core/sarek/pull/1462) - Fix ascat input channels

### Removed

Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/bam_variant_calling_somatic_all/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ workflow BAM_VARIANT_CALLING_SOMATIC_ALL {
allele_files,
loci_files,
(wes ? intervals_bed_combined : []), // No intervals needed if not WES
fasta,
fasta.map{ meta, fasta -> [ fasta ] },
gc_file,
rt_file
)
Expand Down

0 comments on commit 3c70f34

Please sign in to comment.