The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.1] - 2021-06-22
- [#12] - Error when using singularity - /etc/resolv.conf doesn't exist in container
- Added
--sample_mapping_fields
parameter to create a separateid_mappings.csv
andmultiqc_config.yml
with selected fields that can be used to rename samples in general and in MultiQC
[1.0] - 2021-06-08
Initial release of nf-core/fetchngs, created with the nf-core template.
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
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 |