Skip to content

Commit

Permalink
refactor: Also skip fastx with skip preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Mar 24, 2024
1 parent d349665 commit 5cec0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/euryale.nf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ workflow EURYALE {
ch_versions = ch_versions.mix(ASSEMBLY.out.versions)
}

if (!params.assembly_based) {
if (!params.assembly_based && !params.skip_preprocess) {
GUNZIP (
clean_reads
)
Expand Down

0 comments on commit 5cec0de

Please sign in to comment.