You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calculated chunk size: 6, interval size 100000, processing 600000 positions concurrently
filtering to only CpG motifs
Error! Failed to read fasta index from "/home/Documents/genome_assemblies/bc01/.fai"
caused by No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered:
Could you try passing a path to the FASTA-formatted file containing the reference sequence? Something like /home/Documents/genome_assemblies/bc01/ref.fa, there needs to be an index as well such as /home/Documents/genome_assemblies/bc01/ref.fa.fai.
Pls look into this error and suggest how to resolve it?
Here:
modkit pileup -t 4 --cpg --ref /home/Documents/......../genome_assemblies/bc01/ /home/Documents/demux-pod5/EXP-NBD104_barcode01.bam bc01.bed
The text was updated successfully, but these errors were encountered: