Skip to content

Commit

Permalink
Merge pull request #264 from RoanKanninga/master
Browse files Browse the repository at this point in the history
fixed cramconversion issue with old tools being loaded
  • Loading branch information
kdelange authored Mar 28, 2024
2 parents 99addcd + a48e089 commit 71eba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/CramConversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ -z "${inputFolder:-}" ]]; then showHelp ; echo "inputFolder is not specifi
if [[ -z "${workDir:-}" ]]; then workDir=$(pwd)/BAM; mkdir -p ${workDir} ; fi ; echo "workDir=${workDir}"
if [[ -z "${reference:-}" ]]; then reference="/apps/data/1000G/phase1/human_g1k_v37_phiX.fasta"; fi ; echo "reference=${reference}"

module load io_lib/1.14.6-foss-2015b
module load io_lib
module load SAMtools

#To convert from CRAM -> BAM do:
Expand Down

0 comments on commit 71eba80

Please sign in to comment.