mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 16:49:56 +00:00
A bit of clean up
This commit is contained in:
parent
80c08af11b
commit
030099c559
3 changed files with 3 additions and 2 deletions
|
@ -70,7 +70,6 @@ workflow PROFILING {
|
||||||
}
|
}
|
||||||
|
|
||||||
ch_input_for_centrifuge = ch_input_for_profiling.centrifuge
|
ch_input_for_centrifuge = ch_input_for_profiling.centrifuge
|
||||||
.dump(tag: "input for centrifuge")
|
|
||||||
.multiMap {
|
.multiMap {
|
||||||
it ->
|
it ->
|
||||||
reads: [ it[0] + it[2], it[1] ]
|
reads: [ it[0] + it[2], it[1] ]
|
||||||
|
|
|
@ -85,6 +85,7 @@ workflow TAXPROFILER {
|
||||||
DB_CHECK (
|
DB_CHECK (
|
||||||
ch_databases
|
ch_databases
|
||||||
)
|
)
|
||||||
|
ch_versions = ch_versions.mix(DB_CHECK.out.versions)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
MODULE: Run FastQC
|
MODULE: Run FastQC
|
||||||
|
@ -101,6 +102,7 @@ workflow TAXPROFILER {
|
||||||
SUBWORKFLOW: PERFORM PREPROCESSING
|
SUBWORKFLOW: PERFORM PREPROCESSING
|
||||||
*/
|
*/
|
||||||
if ( params.shortread_clipmerge ) {
|
if ( params.shortread_clipmerge ) {
|
||||||
|
|
||||||
ch_shortreads_preprocessed = SHORTREAD_PREPROCESSING ( INPUT_CHECK.out.fastq ).reads
|
ch_shortreads_preprocessed = SHORTREAD_PREPROCESSING ( INPUT_CHECK.out.fastq ).reads
|
||||||
} else {
|
} else {
|
||||||
ch_shortreads_preprocessed = INPUT_CHECK.out.fastq
|
ch_shortreads_preprocessed = INPUT_CHECK.out.fastq
|
||||||
|
|
Loading…
Reference in a new issue