Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Explicitly loading perl to aviod: 'Perl module GD::Graph::bars not in…
Browse files Browse the repository at this point in the history
…stalled, skipping charts' error
  • Loading branch information
skchronicles committed Nov 20, 2019
1 parent 223f717 commit 2ab3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/fastq_screen.rl
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ rule fastq_screen:
outdir = "QC",
config=config['references'][pfamily]['FASTQ_SCREEN_CONFIG'],rname="pl:fastq_screen"
threads: 24
shell: "module load bowtie; {params.fastq_screen} --conf {params.config} --outdir {params.outdir} --subset 1000000 --aligner bowtie2 --force {input}"
shell: "module load bowtie; module load perl/5.24.3; {params.fastq_screen} --conf {params.config} --outdir {params.outdir} --subset 1000000 --aligner bowtie2 --force {input}"

0 comments on commit 2ab3f83

Please sign in to comment.