TGAC / KAT

The K-mer Analysis Toolkit (KAT) contains a number of tools that analyse and compare K-mer spectra.
http://www.earlham.ac.uk/kat-tools
GNU General Public License v3.0
206 stars 52 forks source link

kat filter error #162

Open huilin-al opened 3 years ago

huilin-al commented 3 years ago

Hi, I am using the kat filter seq function to report an error use error kat filter seq -o test -t 4 -T 0.1 -s --seq /home/huilin_hu/Assemble/gap/500x/Triticum.merge_1_1.500x.150bp.1-10.fastq --seq2 /home/huilin_hu/Assemble/gap/500x/Triticum.merge_1_2.500x.150bp.1-10.fastq Kmer Analysis Toolkit (KAT) V2.4.2

Running KAT in filter sequence mode

Input 37648 is a sequence file. Counting kmers for input 37648 () ... Time taken: 0.1s

KAT filter seq completed. Total runtime: 0.1s

Error: std::bad_alloc Thank you in advance This was solved,Thank you!