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
Currently --reference-fasta gs://genomics-public-data/references/b37/Homo_sapiens_assembly19.fasta.gz
gives
Exception in thread "main" htsjdk.samtools.SAMException: Error opening file: Homo_sapiens_assembly19.fasta.gz
at htsjdk.samtools.util.IOUtil.openGzipFileForReading(IOUtil.java:518)
at htsjdk.samtools.util.IOUtil.openFileForReading(IOUtil.java:494)
at htsjdk.samtools.reference.FastaSequenceFile.<init>(FastaSequenceFile.java:53)
It is possible this failure is due to gzip, but that should work as well.
The text was updated successfully, but these errors were encountered:
Currently
--reference-fasta gs://genomics-public-data/references/b37/Homo_sapiens_assembly19.fasta.gz
gives
It is possible this failure is due to gzip, but that should work as well.
The text was updated successfully, but these errors were encountered: