Skip to content

m6anet dataprep does not generate output from nanopolish eventalign input #199

Description

@rhliii

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:
Image
Preview of eventalign.txt content:

Image

Preview of eventalign.index content:

Image

Data.info only has the title: (transcript_id, read_index, pos_start, pos_end)

Image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions