I am trying to run all the steps in the README file for CLARK-S. I started with Step 0, ran the set_target.sh file and got the bacteria -- species data in the folder by running the following command:
bash /mnt/HA/groups/rosenGrp/opt/CLARKSCV1.2.6.1/set_targets.sh /lustre/scratch/dsi33/clark/clark-s bacteria --species
For the next step, when I run the command for building the database mentioned in step 1 of the README file I get error.
command:
bash /mnt/HA/groups/rosenGrp/opt/CLARKSCV1.2.6.1/classify_metagenome.sh -O /lustre/scratch/dsi33/clark/clark-s/Bacteria/GCF_902502775.1_D03_1.3_genome.fna -R /lustre/scratch/dsi33/clark/clark-s result
I get the following error message:
Please set the targets (cf. the script 'set_targets.sh') before running the classification.
How do I add the database path so that the classify_metagenome.sh files has the location of both the database and the input fasta sequence?
-Divya