RG required in BAM in latest branch release_1.0.2? #1394
Unanswered
wshands
asked this question in
Questions / Documentation
Replies: 1 comment
-
BAM file input requires specification of where the cellular barcode is stored. This is done using the Line 1585 in c61dfca |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are seeing failures like this
I believe when using a bam file with no Read Group in the BAM header as input to CreateArrowFiles in branch release_1.0.2.
Maybe in commit fe48101 the assumption that a RG is in the header was introduced here (I'm not an experienced R programmer so I may be way off)
At least we don't see this problem installing with an earlier commit, i.e.
devtools::install_github("GreenleafLab/ArchR@63e7883586a013b9a9c264ddb19dea18d9287087", ref="release_1.0.2", repos = BiocManager::repositories())
Would you let us know if this is correct? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions