Skip to content

Commit 586058b

Browse files
committed
add proper stubs and tests for local star_*_igenomes modules
1 parent 58cee58 commit 586058b

File tree

6 files changed

+1821
-939
lines changed

6 files changed

+1821
-939
lines changed

modules/local/star_align_igenomes/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ process STAR_ALIGN_IGENOMES {
7676
stub:
7777
def prefix = task.ext.prefix ?: "${meta.id}"
7878
"""
79+
echo "" | gzip > ${prefix}.unmapped_1.fastq.gz
80+
echo "" | gzip > ${prefix}.unmapped_2.fastq.gz
7981
touch ${prefix}Xd.out.bam
8082
touch ${prefix}.Log.final.out
8183
touch ${prefix}.Log.out
@@ -84,8 +86,6 @@ process STAR_ALIGN_IGENOMES {
8486
touch ${prefix}.toTranscriptome.out.bam
8587
touch ${prefix}.Aligned.unsort.out.bam
8688
touch ${prefix}.Aligned.sortedByCoord.out.bam
87-
touch ${prefix}.unmapped_1.fastq.gz
88-
touch ${prefix}.unmapped_2.fastq.gz
8989
touch ${prefix}.tab
9090
touch ${prefix}.SJ.out.tab
9191
touch ${prefix}.ReadsPerGene.out.tab

0 commit comments

Comments
 (0)