Skip to content

Commit

Permalink
Merge pull request #71 from andrewjpage/scratch118
Browse files Browse the repository at this point in the history
update 108 to 118
  • Loading branch information
andrewjpage authored Jan 23, 2017
2 parents 92a2253 + 6e87c0a commit 2410251
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/download_fasta_database
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ USAGE
;

$base_directory ||= $ENV{MLST_DATABASES};
$base_directory ||= '/lustre/scratch108/pathogen/pathpipe/mlst';
$base_directory ||= '/lustre//lustre/scratch118/infgen/pathogen/pathpipe/mlst';
$url ||= 'ftp://ftp.cdc.gov/pub/infectious_diseases/biotech/tsemm/tofasta.tfa';
$species ||= 'Streptococcus pyogenes emm';
$gene_name ||= 'emm';
Expand Down
2 changes: 1 addition & 1 deletion bin/download_mlst_databases
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ USAGE
;

$base_directory ||= $ENV{MLST_DATABASES};
$base_directory ||= '/lustre/scratch108/pathogen/pathpipe/mlst';
$base_directory ||= '/lustre//lustre/scratch118/infgen/pathogen/pathpipe/mlst';

$config_file ||= 'http://pubmlst.org/data/dbases.xml';

Expand Down
2 changes: 1 addition & 1 deletion bin/get_emm_sequence_type
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ USAGE
;

$base_directory ||= $ENV{MLST_DATABASES};
$base_directory ||= '/lustre/scratch108/pathogen/pathpipe/mlst';
$base_directory ||= '/lustre//lustre/scratch118/infgen/pathogen/pathpipe/mlst';

# Multiple versions of blast lying around, so use a particular one if possible
# Warns if the user's preferred executable cannot be found; errors if defaults are also missing
Expand Down
2 changes: 1 addition & 1 deletion bin/get_sequence_type
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ USAGE
;

$base_directory ||= $ENV{MLST_DATABASES};
$base_directory ||= '/lustre/scratch108/pathogen/pathpipe/mlst';
$base_directory ||= '/lustre//lustre/scratch118/infgen/pathogen/pathpipe/mlst';

# Multiple versions of blast lying around, so use a particular one if possible
# Warns if the user's preferred executable cannot be found; errors if defaults are also missing
Expand Down

0 comments on commit 2410251

Please sign in to comment.