clintval / sample-sheet

Parse Illumina sample sheets with Python
https://sample-sheet.rtfd.io
MIT License
49 stars 15 forks source link

path.open properly resolves s3 uri for s3path #124

Open jacarey opened 1 year ago

jacarey commented 1 year ago

When using s3Path this open doesn't properly parse the URI to and S3Path. Using path.open ensures the underlying Path class is opened correctly.