-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xron call Produces Empty FASTQ Directories #7
Comments
@BrendanBeahan I am having the same issue.
While it is said the default is pod5, it is actually fast5 format. So I am trying to add @BrendanBeahan just to update, this does not fix the issue |
@abcdtree Thanks Josh! |
@BrendanBeahan just to update, The following command works for me now
I found that
The command is running now for a while, and fastqs were created. I will let you know what this will end up. Josh |
Haha this is almost entirely you my man. But good work! Excited to see the result. |
@BrendanBeahan The command above works well. It will output fastqs. I also found out it will mark as "M" instead of ATGC in the fastq file if there is possible modification at the position. I mapped the reads to reference and pileup to see the proportion of the modification base comparing to regular, and find some sites that will high proportion of modification. @haotianteng Is this the right application using xron to call methylation? Josh |
@abcdtree Yes, it was the expecting behavior. M means a m6A modification call. You can replace it back to A for mapping to the reference. As currently there is no common standard for representing modified base, there is no function in Xron yet to generate bam file, but if you want to generate bam file with same format like dorado, probably need to do some manually coding. Thank you for locating the format argument issue. |
Hello,
I am attempting to run xron for basecalling, but I am encountering an issue where the output directories are empty. Below are the details of my setup and the steps I followed.
Built a Singularity Image Format (SIF) file using the following Dockerfile:
Converted the Docker image into a SIF file and ran the following command within the Singularity container:
Observed the following output:
The output directory contains no .fastq files, and nothing appears to have been processed.
Also, the input directory /rhea/scratch/brussel/vo/000/bvo00030/vsc11010/pod5_scp/OHMX20240022_001/pod5_pass/ contains valid .pod5 files.
Finally, I noticed a warning about torch.load in the output:
FutureWarning: You are using
torch.loadwith
weights_only=False...
Please let me know if there’s any additional information you need to help troubleshoot this issue. Thank you for your assistance!
Best,
Brendan
The text was updated successfully, but these errors were encountered: