Skip to content

Commit

Permalink
Load openssl-dev module for python upload
Browse files Browse the repository at this point in the history
  • Loading branch information
solexa committed Aug 25, 2021
1 parent c19678d commit 9a39250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/rna-star/aggregation/cufflinks_featurecounts.sh
Expand Up @@ -4,7 +4,7 @@ mkdir -p "$OUT_DIR"

source "$MODULELOAD"
module purge
module load jdk nextflow
module load jdk nextflow openssl-dev

export REFDIR="$(dirname $GENOME_INDEX)"
export STARrefDir="$REFDIR/${STAR_DIR}"
Expand Down

0 comments on commit 9a39250

Please sign in to comment.