Skip to content

Commit

Permalink
fix(tests): use https instead of s3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Nov 18, 2024
1 parent f72b8c0 commit 3f4fb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_data/qcONT/ontLarge.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SAMPLE READS
nano1 s3://meta_test/nanoLarge.fq.gz
nano2 s3://meta_test/nanoLarge.fq.gz
nano1 https://openstack.cebitec.uni-bielefeld.de:8080/swift/v1/meta_test/nanoLarge.fq.gz
nano2 https://openstack.cebitec.uni-bielefeld.de:8080/swift/v1/meta_test/nanoLarge.fq.gz

0 comments on commit 3f4fb36

Please sign in to comment.