Closed ADelgadoT closed 4 years ago
Hi @ADelgadoT, the issue is explained in these line:
Reading eventalign index files
References found in index: 0
Filtering out references with low coverage
References remaining after reference coverage filtering: 0
For some reasons it looks like your input is actually empty. Could you check the output file of NanopolishComp? What do they contain?
Hi,
I'm trying to run nanocompore on a set of samples using this command:
nanocompore sampcomp --nthreads 8 --file_list1 sample_1/out_eventalign_collapse.tsv --file_list2 sample_2/out_eventalign_collapse.tsv --label1 sample_1 --label2 sample_2 --fasta rRNA_Maternal.fa --outpath ./sample_1--sample_2_nanocompres/ --sequence_context 4 --downsample_high_coverage 10000 --pvalue_thr 1 --logit --comparison_methods GMM,KS,MW,TT --overwrite
When running it, I get the following error:
Do you have any idea about how to solve it? I've been looking through your documentation and I could not fix it.
Thanks in advance for the help!