-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmemote_sb.sh
22 lines (19 loc) · 1.2 KB
/
memote_sb.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
#SBATCH --job-name=memote
#SBATCH --time=00:50:00
#SBATCH --mem=20Gb
#SBATCH --cpus-per-task=1
#SBATCH --partition=workq
#SBATCH -e memotev2all7.%J.err
#SBATCH -o memotev2all7.%J.out
memote run $1 --filename $2
# memote report snapshot --filename "report_weighted.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_gapfilled_weighted.xml
# memote report snapshot --filename "report_unweighted.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_gapfilled.xml
# memote report snapshot --filename "report_ori.html" /ibex/user/niuk0a/funcarve/cobra/iAF987.xml
# /ibex/user/niuk0a/funcarve/cobra/iAF987_555_0.05_rm.xml
# memote report snapshot --filename "report_05_orirm.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_555_0.05_rm.xml
# memote report snapshot --filename "report_05gfw.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_0.05_gfW.xml
# memote report snapshot --filename "report_05gf.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_0.05_gf.xml
# memote report snapshot --filename "report_v0_05gfw_filterU.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_0.1_gfW_v0_filterU.xml
# memote report snapshot --filename "report_v0_05gfori_filterU.html" /ibex/user/niuk0a/funcarve/cobra/iAF987_0.1_gf_v0_filterU.xml
# for i in {1..9}; do