Skip to content

Commit

Permalink
Merge pull request #85 from sanger-tol/samtools_view
Browse files Browse the repository at this point in the history
Samtools view
  • Loading branch information
muffato authored Jun 25, 2024
2 parents d3743d3 + d879a5f commit 45b571a
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 46 deletions.
5 changes: 2 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@
},
"samtools/view": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/view/samtools-view.diff"
"git_sha": "6c2309aaec566c0d44a6cf14d4b2d0c51afe2e91",
"installed_by": ["modules"]
},
"untar": {
"branch": "master",
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/samtools/view/environment.yml

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

48 changes: 29 additions & 19 deletions modules/nf-core/samtools/view/main.nf

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

9 changes: 9 additions & 0 deletions modules/nf-core/samtools/view/meta.yml

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

22 changes: 0 additions & 22 deletions modules/nf-core/samtools/view/samtools-view.diff

This file was deleted.

2 changes: 1 addition & 1 deletion subworkflows/local/filter_pacbio.nf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ workflow FILTER_PACBIO {


// Convert BAM to FASTQ
SAMTOOLS_FASTQ ( SAMTOOLS_FILTER.out.unoutput, true )
SAMTOOLS_FASTQ ( SAMTOOLS_FILTER.out.unselected, true )
ch_versions = ch_versions.mix ( SAMTOOLS_FASTQ.out.versions.first() )


Expand Down

0 comments on commit 45b571a

Please sign in to comment.