hey,
I am kinda of new to bioinformatics and for a project i need to use some variant callers and compare them.
Now i have came across cortex_var and wanted to give it a try.
but i am encountering the following problem:
Error: Dear user - you have not allocated enough memory to contain your
sequence data. Either allocate more memory (have you done your
calculations right? have you allowed for sequencing errors?), or
threshold more harshly on quality score, and try again. Aborting
mission.
i am trying to make the following command line work:
cortex_var_31_c1 --pe_list E_coli_PE_list_1,E_coli_PE_list_2 --kmer_size 31 -- quality_score_threshold 15 --remove_low_coverage_supernodes 10 --max_read_len 10000 --mem_height = 25 - -mem_width=100 --output_bubbles1 bubbles_called_from_genome
i am working with an E.coli from NCBI ( SRR1770413).
i have changed the numbers for the quaility score, mem height, mem width and use remove_low_coverage_supernodes but i keep getting the same message.
if there something i am overlooking?
Regards,
covux