novoalab / EpiNano

Detection of RNA modifications from Oxford Nanopore direct RNA sequencing reads (Liu*, Begik* et al., Nature Comm 2019)
GNU General Public License v2.0
109 stars 31 forks source link

Error running slide variants #144

Closed doshirLV closed 11 months ago

doshirLV commented 1 year ago

Command:

python /path/to/EpiNano/misc/Slide_Variants.py sample.minus_strand.per.site.csv 5

Error:

Traceback (most recent call last): File "/path/to/EpiNano/misc/Slide_Variants.py", line 20, in <module> slide_per_site_var(per_site_var, kmer_len) File "/path/to/EpiNano/misc/../epinano_modules.py", line 861, in slide_per_site_var tmpfh = open (out_tmp,'r') FileNotFoundError: [Errno 2] No such file or directory: 'sample.minus_strand.per_site_var.5mer.tmp'

Notes:

Thank you for the help, Raj

Huanle commented 1 year ago

Hi @doshirLV

I have requested to commit changes to the repo. The new script will be available very soon. Once you can clone it, give it a go and hit me up whenever you run into any problems.

Best, Huanle

enovoa commented 1 year ago

Can you please test the new slide_variants script from EpiNano 1.2.3? Thanks

doshirLV commented 11 months ago

Thank you for the new slide_variants script and for providing feedback on the non-consecutive-sites file @Huanle. Feel free to close that other issue, as I do not have any problems with the speed of this command or have errors in processing the plus/minus strand files.