Skip to content

Commit

Permalink
fix: Run every sample and every DB
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 29, 2024
1 parent 4001a50 commit 7ebb6c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/fastqscreen/fastqscreen/main.nf

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

3 changes: 1 addition & 2 deletions workflows/seqinspector.nf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ workflow SEQINSPECTOR {
.fromList(samplesheetToList(ch_databasesheet, "${projectDir}/assets/schema_database.json"))

FASTQSCREEN_FASTQSCREEN (
ch_samplesheet,
ch_databases,
ch_samplesheet.combine(ch_databases)
)
ch_multiqc_files = ch_multiqc_files.mix(FASTQSCREEN_FASTQSCREEN.out.txt)
ch_versions = ch_versions.mix(FASTQSCREEN_FASTQSCREEN.out.versions.first())
Expand Down

0 comments on commit 7ebb6c1

Please sign in to comment.