Skip to content

Commit

Permalink
dev iteration [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Jun 22, 2024
1 parent 61747d0 commit 0dfb00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ workflow {

SAMPLESHEET_VALIDATION( params.input_samplesheet )

validated_reads_ch = VALIDATE_FASTQS_WF( params.input_samplesheet , SAMPLESHEET_VALIDATION.out.status )
validated_reads_ch = VALIDATE_FASTQS_WF( SAMPLESHEET_VALIDATION.out.validated_samplesheet , SAMPLESHEET_VALIDATION.out.status )

//QUALITY_CHECK_WF( validated_reads_ch )

Expand Down

0 comments on commit 0dfb00d

Please sign in to comment.