Dear m6Anet developers,
Thank you for your great work on m6Anet. I am currently trying to use the pipeline with input generated from nanopolish eventalign, but encountered an issue during the dataprep stage. Despite successfully generating the eventalign.txt file, the m6anet dataprep step did not produce any output files
Below is the exact command-line pipeline I used:
`nanopolish eventalign
--reads "$fq"
--bam "$bam"
--genome "$GENOME"
--scale-events
--signal-index
--summary "$out_dir/summary.txt"
--threads 30 > "$out_dir/eventalign.txt"
m6anet dataprep
--eventalign "$out_dir/eventalign.txt"
--out_dir "$out_dir"
--n_processes 20
m6anet inference
--input_dir "$out_dir"
--out_dir "$out_dir"
--n_processes 20
--num_iterations 1000
`
File structure after running dataprep:

Preview of eventalign.txt content:
Preview of eventalign.index content:
Data.info only has the title: (transcript_id, read_index, pos_start, pos_end)
I noticed that similar issues have been mentioned in other posts. I also tried removing rows in the eventalign.txt file where the 10th column (model_kmer) is NNNNN, and then reran m6anet dataprep, but unfortunately no output was generated. I would really appreciate your guidance on how to resolve this issue.
I would greatly appreciate it if you could let me know whether there might be an issue with the format of my eventalign.txt, or if any additional preprocessing or formatting is required before running dataprep.
Thank you very much in advance for your time and support!
Best regards
Dear m6Anet developers,
Thank you for your great work on m6Anet. I am currently trying to use the pipeline with input generated from nanopolish eventalign, but encountered an issue during the dataprep stage. Despite successfully generating the eventalign.txt file, the m6anet dataprep step did not produce any output files
Below is the exact command-line pipeline I used:
`nanopolish eventalign
--reads "$fq"
--bam "$bam"
--genome "$GENOME"
--scale-events
--signal-index
--summary "$out_dir/summary.txt"
--threads 30 > "$out_dir/eventalign.txt"
m6anet dataprep
--eventalign "$out_dir/eventalign.txt"
--out_dir "$out_dir"
--n_processes 20
m6anet inference

--input_dir "$out_dir"
--out_dir "$out_dir"
--n_processes 20
--num_iterations 1000
`
File structure after running dataprep:
Preview of eventalign.txt content:
Preview of eventalign.index content:
Data.info only has the title: (transcript_id, read_index, pos_start, pos_end)
I noticed that similar issues have been mentioned in other posts. I also tried removing rows in the eventalign.txt file where the 10th column (model_kmer) is NNNNN, and then reran m6anet dataprep, but unfortunately no output was generated. I would really appreciate your guidance on how to resolve this issue.
I would greatly appreciate it if you could let me know whether there might be an issue with the format of my eventalign.txt, or if any additional preprocessing or formatting is required before running dataprep.
Thank you very much in advance for your time and support!
Best regards