Skip to content

Commit 2fd5f7c

Browse files
committed
Revert "add assertions"
This reverts commit 0ba1652.
1 parent 0ba1652 commit 2fd5f7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

workflows/seqinspector.nf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ workflow SEQINSPECTOR {
8686
// and transpose it into a tuple containing lists for each property
8787

8888
if (!("fastqscreen" in skip_tools)) {
89-
90-
assert params.fastq_screen_references; "params.fastq_screen_references is not defined, either supply it or skip running FastQ Screen"
91-
assert file(params.fastq_screen_references).exists(); "params.fastq_screen_references does not exist, either supply it or skip running FastQ Screen"
92-
9389
ch_fastqscreen_refs = Channel
9490
.fromList(samplesheetToList(
9591
params.fastq_screen_references,

0 commit comments

Comments
 (0)