Releases: nf-core/fetchngs
Releases · nf-core/fetchngs
nf-core/fetchngs v1.3 - Lead Python
[1.3] - 2021-09-15
Enhancements & fixes
- Replaced Python
requests
withurllib
to fetch ENA metadata
Software dependencies
Dependency | Old version | New version |
---|---|---|
python |
3.8.3 | 3.9.5 |
nf-core/fetchngs v1.2 - Silver Fox
[1.2] - 2021-07-28
Enhancements & fixes
- Updated pipeline template to nf-core/tools 2.1
- [#26] - Update broken EBI API URL
nf-core/fetchngs v1.1 - Titanium Toad
[1.1] - 2021-06-22
Enhancements & fixes
nf-core/fetchngs v1.0 - Steel Hippo
[1.0] - 2021-06-08
Initial release of nf-core/fetchngs, created with the nf-core template.
Pipeline summary
Via a single file of ids, provided one-per-line the pipeline performs the following steps:
- Resolve database ids back to appropriate experiment-level ids and to be compatible with the ENA API
- Fetch extensive id metadata including direct download links to FastQ files via ENA API
- Download FastQ files in parallel via
curl
and performmd5sum
check - Collate id metadata and paths to FastQ files in a single samplesheet
Supported database ids
Currently, the following types of example identifiers are supported:
SRA |
ENA |
GEO |
---|---|---|
SRR11605097 | ERR4007730 | GSM4432381 |
SRX8171613 | ERX4009132 | GSE147507 |
SRS6531847 | ERS4399630 | |
SAMN14689442 | SAMEA6638373 | |
SRP256957 | ERP120836 | |
SRA1068758 | ERA2420837 | |
PRJNA625551 | PRJEB37513 |