File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Replace path below with the location of the cmfinder executables on your compute cluster
2
- export PATH=$PATH :/ysm- gpfs/pi/breaker/software/packages/cmfinder-0.4.1.18/bin
2
+ export PATH=$PATH :/gpfs/gibbs /pi/breaker/software/packages/cmfinder-0.4.1.18/bin
3
3
4
4
# ################################
5
5
# Do not modify below this line
Original file line number Diff line number Diff line change 2
2
module load Infernal
3
3
4
4
# Replace with the path to the downloaded microbial igr database
5
- DATABASE=/gpfs/ysm /pi/breaker/data/refseq98/s50.igr.fasta
5
+ DATABASE=/gpfs/gibbs /pi/breaker/data/refseq98/s50.igr.fasta
6
6
7
7
# ################################
8
8
# Do not modify below this line
9
9
# ################################
10
10
SEQDIR=$STEPNAME /$SEQNAME
11
11
CMBUILDCOMMAND=" cmbuild -F $NOSS -o $SEQDIR /$SEQNAME .out $SEQDIR /$SEQNAME .cm $SEQDIR /$SEQNAME .sto"
12
12
CMCALIBRATECOMMAND=" cmcalibrate $SEQDIR /$SEQNAME .cm"
13
- CMSEARCHCOMMAND=" cmsearch -E 0.01 -o $SEQDIR /$SEQNAME .cm.out --tblout $SEQDIR /$SEQNAME .cm.tblout -A $SEQDIR /$SEQNAME .cm.align.sto $SEQDIR /$SEQNAME .cm $DATABASE "
13
+ CMSEARCHCOMMAND=" cmsearch -E 0.01 -o $SEQDIR /$SEQNAME .cm.out --tblout $SEQDIR /$SEQNAME .cm.tblout -A $SEQDIR /$SEQNAME .cm.align.sto $SEQDIR /$SEQNAME .cm $DATABASE "
You can’t perform that action at this time.
0 commit comments