Skip to content

Commit

Permalink
tidy up star folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CChahrour committed Jan 12, 2024
1 parent e6f199c commit b9b7049
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion seqnado/workflow/rules/align_rna.smk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ rule align_paired:
prefix="seqnado_output/aligned/star/{sample}_"
output:
bam=temp("seqnado_output/aligned/star/{sample}_Aligned.sortedByCoord.out.bam"),
bam2=temp("seqnado_output/aligned/star/{sample}_Aligned.toTranscriptome.out.bam"),
star_out=temp(
"seqnado_output/aligned/star/{sample}_{ext}",
ext = ["_Aligned.toTranscriptome.out.bam", "Log.out", "Log.progress.out", "ReadsPerGene.out.tab", "SJ.out.tab"]
),
threads: config["star"]["threads"]
resources:
mem_mb=32000,
Expand Down

0 comments on commit b9b7049

Please sign in to comment.