Commit c28aee5
committed
fix(bio-research): download FASTQ files over HTTPS instead of HTTP
ENA FTP paths were converted to plain HTTP URLs, meaning multi-GB
genomic downloads had no transport-layer encryption. ENA supports
HTTPS on the same paths. Changed http:// to https:// on line 343.
Fixes #1661 parent 976999e commit c28aee5
File tree
1 file changed
+3
-3
lines changed- bio-research/skills/nextflow-development/scripts/utils
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments