Closed ArianeMora closed 1 year ago
Hi @ArianeMora, Thanks for your feedback. about a. where did you see this model that is "missing"? (i.e. in which version did you see it?); about b. q3 is the quality at position 3. Epinano generates outputs per 5mer and per position.
About your suggestions,
Hi Eva, thanks for getting back to me so quickly! a. it's not on the master branch: https://github.com/novoalab/EpiNano/tree/master/models b. thank you!
conda create --name epinano python=3.6 scikit-learn==0.20.2 cloudpickle==1.6.0 fsspec==0.3.3 toolz==0.11.1 pandas==0.25.1 dask==2.5.2
Thanks again! Hi @ArianeMora ,
a. tr2pr1.sum_err3.MODEL.rbf.model.dump is what you are looking for. The number 3 here just indicates where and how sum_err is combined.
2 questions (a, b) and 2 suggestions (1, 2) :)
a. https://github.com/novoalab/EpiNano/tree/master/models Model:
tr2pr1.sum_err.MODEL.rbf.model.dump: model trained with a combination of mis, ins, and del
is missing from the models folder, can this be added back? b. what is theq3
column? (the columns in my output file from EpiNano variants are: #Ref,pos,base,strand,cov,q_mean,q_median,q_std,mis,ins,delJust a couple of issues I ran into and how to solve them:
samtools dict ref.fasta
and this will create the dict for you (http://www.htslib.org/doc/samtools-dict.html):) might be helpful for others if this is added to the README! Thanks for the otherwise well documented start up guide! Note I was running on a macbook pro.