FastANI icon indicating copy to clipboard operation
FastANI copied to clipboard

No output given by FastANI

Open neelam19051 opened this issue 2 years ago • 5 comments

fastANI --threads 2 -q /home/neel@m95/Desktop/AMR/annotated/fna1/fna -r /home/neel@m95/Desktop/AMR/annotated/fna1/fna --fragLen 50 --matrix -o outdir/all_out

Reference = [/home/neel@m95/Desktop/AMR/annotated/fna1/fna] Query = [/home/neel@m95/Desktop/AMR/annotated/fna1/fna] Kmer size = 16 Fragment length = 50 Threads = 2 ANI output file = outdir/all_out

INFO [thread 0], skch::main, Count of threads executing parallel_for : 2 INFO [thread 0], skch::Sketch::build, window size for minimizer sampling = 1 INFO [thread 0], skch::Sketch::build, minimizers picked from reference = 0 INFO [thread 0], skch::Sketch::index, unique minimizers = 0 INFO [thread 0], skch::Sketch::computeFreqHist, Frequency histogram of minimizers = (0, 0) ... Segmentation fault (core dumped)

neelam19051 avatar Jan 12 '22 14:01 neelam19051

You may want to double-check the input genome file paths provided using -q and -r option

cjain7 avatar Jan 12 '22 15:01 cjain7

fastANI --threads 8 --ql /home/neel@m95/Desktop/AMR/ref/query_list --rl /home/neel@m95/Desktop/AMR/ref/ref_list --fragLen 50 --matrix -o /home/neel@m95/Desktop/AMR/annotated/faa/all_out If i did this above command it shows error like- ERROR, skch::validateInputFiles, Could not open 1_

please help me i am stuck in this command from past 2 weeks.

neelam19051 avatar Jan 12 '22 15:01 neelam19051

This normally happens when the file path is not accessible by the file parser. My guess is that the absolute file paths which you are providing has some issue.

cjain7 avatar Jan 13 '22 05:01 cjain7

same issue. the output file is empty with no error message.

Yang-Wang-2020 avatar Mar 28 '22 15:03 Yang-Wang-2020

@Yang-Wang-2020 Please see https://github.com/ParBLiSS/FastANI/issues/19

cjain7 avatar Mar 29 '22 07:03 cjain7