Closed brentp closed 6 years ago
Bazam is using the underlying HTSJDK libraries, so you can inform it about how to locate the reference using the standard properties that HTSJDK supports. The most simple way is to directly specify it using the samjdk.reference_fasta
property, eg:
java -Xmx8g -Dsamjdk.reference_fasta=/reference/hg38/Homo_sapiens_assembly38.fasta -jar build/libs/bazam.jar test.cram > test.fastq.gz
Thanks for mentioning as this is not well documented!
thanks!
Closing now that this is documented in the main README.
when I run on cram I get an error message including:
how/where can I set this from the command-line?