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
score-client view command (with or without --header-only option) should work on both aligned and unaligned BAM objects. Slicing BAM using query option like --query 1:1245-1425 will require to have associated BAI index object exist.
The text was updated successfully, but these errors were encountered:
Observed behaviour
Object 1: aligned BAM
The follow view command failed with
ERROR: Command error: Cannot query stream-based BAM file
But after downloading the object to local, view using samtools works well
Object 2: unaligned BAM
This failed with
ERROR: Bad parameter(s): No index file associated with BAM/CRAM file with object id '2e159ade-b18d-5d1a-99cc-9239883e6d1e'
But samtools view works fine after downloading it.
Expected behaviour
score-client view
command (with or without--header-only
option) should work on both aligned and unaligned BAM objects. Slicing BAM usingquery
option like--query 1:1245-1425
will require to have associated BAI index object exist.The text was updated successfully, but these errors were encountered: