-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I am confused about how I can run the program. I have a fastq file and I want to get frequency for k = 20 just for this fastq file. I tried this,
"./cuCLARK -k 20 -T /home/sabah/Desktop/bitirme-kmers/file.txt -D /home/sabah/Desktop/bitirme-kmers -O /home/sabah/Desktop/bitirme-kmers/SAMPLE.fastq -R output -n 4 -t 1"
and also this is the output of file.txt,
cat file.txt
"/home/user_x/Desktop/bitirme-kmers/SAMPLE.fastq T1"
is this correct command, if yes. I got this error,
"CuCLARK version 1.1 (Copyright 2016 Robin Kobus, [email protected])
Based on CLARK version 1.1.3 (UCR CS&E. Copyright 2013-2016 Rachid Ounit, [email protected])
Minimum k-mers occurences in Targets is set to 1
Starting the creation of the database of targets specific 20-mers from input files...
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)"
Could you please help me how I can run the program?