Skip to content

Commit

Permalink
Add missing stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Dec 13, 2023
1 parent e4c8d67 commit fed0892
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/local/gtf_filter/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ process GTF_FILTER {
python: \$(python --version | sed 's/Python //g')
END_VERSIONS
"""

stub:
"""
touch 1.filtered.gtf
touch versions.yml
"""
}
7 changes: 7 additions & 0 deletions modules/local/multiqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,11 @@ process MULTIQC {
multiqc: \$( multiqc --version | sed -e "s/multiqc, version //g" )
END_VERSIONS
"""

stub:
"""
touch 1_multiqc_report.html
mkdir 1_data
mkdir versions.yml
"""
}
5 changes: 5 additions & 0 deletions modules/nf-core/bbmap/bbsplit/main.nf

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

7 changes: 7 additions & 0 deletions modules/nf-core/custom/dumpsoftwareversions/main.nf

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

6 changes: 6 additions & 0 deletions modules/nf-core/fq/subsample/main.nf

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

7 changes: 7 additions & 0 deletions modules/nf-core/salmon/quant/main.nf

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

6 changes: 6 additions & 0 deletions modules/nf-core/trimgalore/main.nf

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

0 comments on commit fed0892

Please sign in to comment.