Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swvanderlaan committed Nov 29, 2023
1 parent c0eedb1 commit 3f71e37
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions gwastoolkit.analyzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ echobold "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echobold " GWASTOOLKIT ANALYZER"
echobold " individual variant, per-gene, regional, or genome-wide association study of a trait"
echobold ""
echobold " Version : v1.3.6"
echobold " Version : v1.3.7"
echobold ""
echobold " Last update: 2023-09-12"
echobold " Last update: 2023-11-29"
echobold " Written by : Sander W. van der Laan ([email protected])."
echobold ""
echobold " Testers : - Saskia Haitjema ([email protected])"
Expand Down Expand Up @@ -777,10 +777,7 @@ fi
printf "%s\n" "#!/bin/bash" "#" 'echo "FINISHED analyzer.sh! Now the QC can start!"' > ${PROJECTDIR}/${PROJECTNAME}/done.analyzer.sh
sbatch --parsable -J ANALYZER.DONE.${DATE_TRACK} --depend=afterany:${FINAL_JOB_ID} -o ${PROJECTDIR}/${PROJECTNAME}/done.analyzer.log -e ${PROJECTDIR}/${PROJECTNAME}/done.analyzer.errors --mem=${QMEMGWAS} -t ${QTIMEGWASPLOT} --mail-user=${YOUREMAIL} --mail-type=${MAILSETTINGS} ${PROJECTDIR}/${PROJECTNAME}/done.analyzer.sh

echo "Man, oh man, I'm done with submitting! That was a lot..."
echo ""
echo ""
echo "All finished. All qsubs submitted, results will be summarised in summary_results.txt.gz."
echo "Man, oh man, I'm done with submitting! That was a lot, results will be summarised in summary_results.txt.gz."
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"

### END of if-else statement for the number of command-line arguments passed ###
Expand Down

0 comments on commit 3f71e37

Please sign in to comment.