Skip to content

Commit

Permalink
renamed contaminants index ch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ira Iosub committed Jan 11, 2024
1 parent 65e5584 commit e50a21d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subworkflows/generate_index.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ workflow GENERATE_REFERENCE_INDEX {
if(!params.skip_premap) {

BOWTIE2_BUILD(smallrna_fasta)
smallrna_bowtie2_index = BOWTIE2_BUILD.out.index
contaminants_bowtie2_index = BOWTIE2_BUILD.out.index

} else {

smallrna_bowtie2_index = Channel.empty()
contaminants_bowtie2_index = Channel.empty()
}

// Generate genome index
Expand All @@ -43,7 +43,7 @@ workflow GENERATE_REFERENCE_INDEX {

emit:

smallrna_bowtie2_index
contaminants_bowtie2_index
genome_star_index


Expand Down

0 comments on commit e50a21d

Please sign in to comment.