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
I got the following error while trying to run snaptools after following all previous steps ending with name-sorting the snap.bam:
(This was after the first try where the BAM file was missing an EOF marker, causing snap-pre to exit, so I added the marker manually and ran the command below)
Hi, I also have a question on Step 4. Pre-processing (snaptools). I followed steps 1-3 with my demultiplexed 10x files, and when I run snap-pre, I get the output: [E::idx_find_and_load] Could not retrieve index file for 'Mouse_S1.bam'
I am attempting snaptools to generate a snap file from cellranger output as well and run into the same issue. Anybody knows how this can be fixed? Really appreciate it!
Hi,
I got the following error while trying to run snaptools after following all previous steps ending with name-sorting the snap.bam:
(This was after the first try where the BAM file was missing an EOF marker, causing snap-pre to exit, so I added the marker manually and ran the command below)
snaptools snap-pre --input-file=atac_v1_adult_brain_fresh_5k.snap.nsrt.bam --output-snap=atac_v1_adult_brain_fresh_5k.snap --genome-name=mm10 --genome-size=Nofile --min-mapq=30 --min-flen=50 --max-flen=1000 --keep-chrm=TRUE --keep-single=FALSE --keep-secondary=False --overwrite=True --max-num=20000 --min-cov=500 --verbose=True
error: failed to read alingment info from bam file
I checked the BAM file, and it certainly has reads.
I had also tried running the uncompressed version of the BAM file earlier, and got the same error.
Any help appreciated! Thank you!
Best,
Kunal
The text was updated successfully, but these errors were encountered: