-
Notifications
You must be signed in to change notification settings - Fork 8
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
result from "modkit pileup" command #288
Comments
Hello @Flower9618, You'll have to use |
I see. Thank you so much. I will try this command. In addition, for the ‘modkit repair’ command, both the input and output files must be in BAM format. Is there an easy way to handle data processing when different tools require different input formats? For example, after sequencing, the FASTQ file is used to trim adapters, which also outputs a FASTQ file. To repair the MM and ML tags, I need to convert the FASTQ file to a BAM file. Then, for mapping to the reference genome with Minimap2, I have to convert the BAM file back to a FASTQ file. |
Hello @Flower9618, The easiest way is to minimize the number of conversions. I recommend staying in (mod)BAM as much as possible. |
Hello, @ArtRand , Thank you so much for your reply. I have molecules that have been modified base-calling by Dorado and saved in a BAM file (with MM,ML tag). Now, if I use the 'dorado trim' command to trim the adapter for these molecules and also choose the BAM output format, will the MM,ML tag be updated in the trimmed.bam file based on the trimming? |
Hello @Flower9618, Yes they should be. I'm going to add a "check" command to a future version of Modkit that will help to make sure the tags are correct. But running |
Hello, thank you so much for such a helpful tool.
I would like to ask whether we can know which CpG sites from the same molecule from the result of "modkit pileup" command.
The text was updated successfully, but these errors were encountered: