Skip to content

Commit 2e75859

Browse files
authored
Merge pull request #13 from BreakerLab/hotfix_farnam
A couple path changes due to storage relocation on Yale Farnam cluster
2 parents 050086c + 1edcfa8 commit 2e75859

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/shell/cmfinder_source_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
#################################
55
# Do not modify below this line

src/shell/infernal_source_template.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
module load Infernal
33

44
# 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
66

77
#################################
88
# Do not modify below this line
99
#################################
1010
SEQDIR=$STEPNAME/$SEQNAME
1111
CMBUILDCOMMAND="cmbuild -F $NOSS -o $SEQDIR/$SEQNAME.out $SEQDIR/$SEQNAME.cm $SEQDIR/$SEQNAME.sto"
1212
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"

0 commit comments

Comments
 (0)