File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
sys .path .insert (0 , os .path .join (BASE_DIR , "lib" ))
8
8
9
9
if env .PROD_ENV :
10
- CUSTOM_GENOMES = "/data/transition /islandviewerV4/data/custom_genomes/"
11
- GENOME_UPLOAD_PATH = "/data/transition /islandviewerV4/data/custom_genomes/tmp/"
12
- GENOME_SUBMISSION_SCRIPT = "/data/transition/ islandviewerV4/static/bin/submit_uploaded_genome.pl -c /data/transition/ islandviewerV4/static/etc/islandviewer.config -f {filename} -n \" {genome_name}\" -l /data/transition /islandviewerV4/static/etc/logger.upload.conf 2>/dev/null"
13
- PIPELINE_PATH = "/data/transition /scheduler/metascheduler/static/etc/pipeline"
14
- ANALYSIS_PATH = "/data/transition /islandviewerV4/data/analysis"
10
+ CUSTOM_GENOMES = "/mypath /islandviewerV4/data/custom_genomes/"
11
+ GENOME_UPLOAD_PATH = "/mypath /islandviewerV4/data/custom_genomes/tmp/"
12
+ GENOME_SUBMISSION_SCRIPT = "/mypath/ islandviewerV4/static/bin/submit_uploaded_genome.pl -c /mypath/ islandviewerV4/static/etc/islandviewer.config -f {filename} -n \" {genome_name}\" -l /mypath /islandviewerV4/static/etc/logger.upload.conf 2>/dev/null"
13
+ PIPELINE_PATH = "/mypath /scheduler/metascheduler/static/etc/pipeline"
14
+ ANALYSIS_PATH = "/mypath /islandviewerV4/data/analysis"
You can’t perform that action at this time.
0 commit comments