PhyloGrok / VCFgenerator

Automated variant calling app for NextGen evolutionary genomics
GNU General Public License v3.0
0 stars 0 forks source link

Re-adjust user's project folder file path based on user's preference #21

Closed nluu1 closed 1 year ago

nluu1 commented 1 year ago

Based on the group discussion today (08/04/23):

nluu1 commented 1 year ago

@LloydJonesIII Based on our brief discussion, can you adjust the following path variable in the annotation_config.sh:

REFDIR="/media/volume/sdb/$1/assembly/reference/ncbi_dataset/data"

RESULT_PATH="/media/volume/sdb/$1/assembly/results"

RESOURCE_PATH="/media/volume/sdb/$1/assembly/resources"

SNPEFF_PATH="/media/volume/sdb/$1/assembly/resources/SnpEff"

with /media/volume/sdb into $2, so the variables become:

REFDIR="$2/$1/assembly/reference/ncbi_dataset/data"

RESULT_PATH="$2/$1/assembly/results"

RESOURCE_PATH="$2/$1/assembly/resources"

SNPEFF_PATH="$2/$1/assembly/resources/SnpEff"
nluu1 commented 1 year ago

Seems like the VCF Generator automation works with @LloydJonesIII's bigrun2. I'm closing this issue as of 08/15/2023.