CRAM input handling #40
alkaZeltser
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Notes on CRAM input handling
@tyamaguchi-ucla
PipeVal
CRAM inputs do not pass PipeVal, likely due to inability to detect reference files associated with the CRAM.
May need to modify something so that the reference fasta is also provided to PipeVal alongside CRAM.
Picard CollectHsMetrics
This tool fails with the following exception:
By default CollectHsMetrics is not given a reference file. Providing the fasta file (and making sure the index file is also mounted in the same directory) solves this error.
param:
--REFERENCE_SEQUENCE $reference_fasta
Beta Was this translation helpful? Give feedback.
All reactions