Open shakti83kumar opened 2 days ago
Hello @shakti83kumar !
I think probably is an error with syntax. When I'm basecalling using modified option, I do it this way:
dorado basecaller --min-qscore 7 --trim adapters --modified-bases 5mCG_5hmCG --models-directory /path/to/models/ sup@v5.0.0 "$file" > Output.bam
Note the simplex model setting for model-directory then the modified-bases add the specificity.
I hope it helps!
@shakti83kumar,
dorado basecaller .../rna004_130bps_hac@v5.0.0_m6A@v1...
Your command is incorrect: the first model should be the canonical basecall model, not a modification model; modifications should be passed via the --modified-bases
or --modified-bases-models
parameters. Your command should look like:
dorado basecaller .../rna004_130bps_hac@v5.0.0 ... --modified-bases-model .../rna004_130bps_hac@v5.0.0_m6A@v1 > calls.bam
See the docs here for further examples.
Hi Evereyone,
I have RNA sequencing data that have been generated by PromethION. Screen shots of Run summary, Run configuration, Sequence output, Run health, Run log has been attached below. I want to find out RNA modified base "m6A" from the data. I run the program. but it is showing error. Please help me.