CLARK version 1.2.3 (UCR CS&E. Copyright 2013-2016 Rachid Ounit, roun...@cs.ucr.edu)
Loading database [//scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/dbDir/bacteria_viruses_0/db_central_k31_t5721_s1610612741_m0.tsk.*] ...
Loading done (database size: 34497 MB read, with sampling factor 1)
Error: paired-end reads must be FASTQ files!: No such file or directory
Here is the command I am running:
./classify_metagenome.sh -P /scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/samples.L.txt /scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/samples.R.txt -R /scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/resultsAll -m 0 -n 16
The contents of the samples.L.txt and samples.R.txt is:
samples.L.txt
/scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/WMGS-001-V1-P_S1_Concat_R1_001.fastq
/scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/WMGS-001-V4-P_S9_Concat_R1_001.fastq
/scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/WMGS-002-V1-P_S2_Concat_R1_001.fastq
samples.R.txt
/scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/WMGS-001-V1-P_S1_Concat_R2_001.fastq
/scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/WMGS-001-V4-P_S9_Concat_R2_001.fastq
/scratch/jdg/WholeGenomeSequenceAnalysis/CLARK/WMGS-002-V1-P_S2_Concat_R2_001.fastq
I ran it fine on one sample without using the master file with the same parameters. I also tried removing the full path and just leave the file name. Same error.
Thanks for any help you might be able to provide.
John
Hi,I am attempting to start a job that takes advantage of the ability to input multiple paired end files into CLARK using the master files, samples.L.txt and samples.R.txt. I keep receiving the following error:
CLARK version 1.2.3 (UCR CS&E. Copyright 2013-2016 Rachid Ounit, rouni001 at cs.ucr.edu)