From 43fceee695c84b8685dd2912f41d9e5c03a39227 Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Mon, 25 Mar 2013 21:22:07 +0000 Subject: [PATCH] adding a line return --- misc-scripts/stable_id_lookup/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc-scripts/stable_id_lookup/README b/misc-scripts/stable_id_lookup/README index 917092d079..e013ab9fdd 100644 --- a/misc-scripts/stable_id_lookup/README +++ b/misc-scripts/stable_id_lookup/README @@ -26,7 +26,8 @@ USR='' PASS='' cd $DIR -bsub -q normal -M 1500000 -R'select[mem>1500] rusage[mem=1500]' -o ./stable_ids_${RELEASE}.out -e ./stable_ids_${RELEASE}.err perl populate_stable_id_lookup.pl -lhost ens-staging1 -luser $USR -lpass $PASS -create -host ens-staging1 -host ens-staging2 -user ensro +bsub -q normal -M 1500000 -R'select[mem>1500] rusage[mem=1500]' -o ./stable_ids_${RELEASE}.out -e ./stable_ids_${RELEASE}.err perl populate_stable_id_lookup.pl \ +-lhost ens-staging1 -luser $USR -lpass $PASS -create -host ens-staging1 -host ens-staging2 -user ensro For release 70 the job consumed 1Gb of memory and took 1hr 40 minutes to run -- GitLab