samtools / htsjdk

A Java API for high-throughput sequencing data (HTS) formats.
http://samtools.github.io/htsjdk/
276 stars 244 forks source link

Update some methods to accept Path input #1681

Closed takutosato closed 9 months ago

takutosato commented 11 months ago

Description

This PR makes changes needed for supporting cloud input/output files in some Picard tools. (see broadinstitute/picard#1804)

Things to think about before submitting:

takutosato commented 9 months ago

@lbergelson could you take a look at my revised code? Thanks!