Skip to content

Commit

Permalink
modified: bcbio.array.pbs
Browse files Browse the repository at this point in the history
	modified:   cre.sh
  • Loading branch information
naumenko-sa committed Oct 17, 2018
1 parent 1d92514 commit 2838f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bcbio.array.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# runs bcbio for an array of projects listed in projects.txt
# run with qsub -t 1-500%100 bcbio.array.pbs
# check jobs with qstat -nt1 | grep naum
# 100 is maximum reasonable amount of running jobs in the array
# 100 is maximum reasonable amount of running jobs in the array, cluster has 316 nodes in total

#PBS -l walltime=240:00:00,nodes=1:ppn=5
#PBS -joe .
Expand Down
9 changes: 2 additions & 7 deletions cre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,19 +252,14 @@ then
f_cleanup
fi

#make report by default
if [ -z $make_report ]
then
make_report=1
fi

if [ -z $max_af ]
then
max_af=0.01
fi
export max_af

if [ $make_report -eq 1 ]
#make report by default
if [ -z $make_report ] || [ $make_report -eq 1 ]
then
f_make_report
fi

0 comments on commit 2838f81

Please sign in to comment.