Closed nluu1 closed 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"
Seems like the VCF Generator automation works with @LloydJonesIII's bigrun2
. I'm closing this issue as of 08/15/2023.
Based on the group discussion today (08/04/23):
/media/volume/sdb
(with no end slash) into a variable, as discussed$4