Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
abriz97 committed Sep 23, 2024
1 parent fc0992c commit e74db71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misc_data_analysis_RCCS1521/runall_dryrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

# The key driver of this analysis is the STEP parameter
# which should be passed through the qsub command.
# qsub -v STEP="net" runall_TSI_seroconv2.sh
# If unset default to "none"

if [ -z "$STEP" ]
then
echo "Intended use:\n"
echo 'qsub -v STEP="xxx",RES=0 runall_1521.sh'
echo 'qsub -v STEP="xxx",RES=0 runall_dryrun.sh'
echo "OPTIONs:"
echo " STEP : one of ali, btr, atr [default: none]"
echo " RES: determines resources fr pbs jobs (1 to 3) [default: 1]"
Expand Down

0 comments on commit e74db71

Please sign in to comment.