-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
troubleshootingworkflow and data preparation questionsworkflow and data preparation questions
Description
I have been using modkit's pileup command to generate whole-genome methylation levels; however, after running for 10 hours, no output has been produced. I would appreciate it if anyone could let me know if there is an error in my command.
"minimap2 -ax map-ont myreference all.fastq (bam from dorado to fastq) -y -t 50 | samtools view -o aligned.bam
samtools sort -o aligned.sorted.bam aligned.bam
samtools index aligned.sorted.bam
modkit pileup aligned.sorted.bam ceshi.bed2 --ref myreference -t 50”
discarded 0 contigs with zero aligned reads
attempting to sample 10042 reads
using general workers
[00:00:00] ---------------------------------------- 0/300000000 genome positions 0/s 0s
0 rows written
0 ~records errored
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
troubleshootingworkflow and data preparation questionsworkflow and data preparation questions