Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace mermaid diagram with subway map #294

Merged
merged 4 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[1.12.0](https://github.com/nf-core/fetchngs/releases/tag/1.12.0)] - 2024-02-23
## [[1.12.0](https://github.com/nf-core/fetchngs/releases/tag/1.12.0)] - 2024-02-29

### :warning: Major enhancements

Expand Down Expand Up @@ -50,6 +50,7 @@ Thank you to everyone else that has contributed by reporting bugs, enhancements
- [PR #283](https://github.com/nf-core/fetchngs/pull/283) - Template update for nf-core/tools v2.13
- [PR #288](https://github.com/nf-core/fetchngs/pull/288) - Update Github Action to run full-sized test for all 3 download methods
- [PR #290](https://github.com/nf-core/fetchngs/pull/290) - Remove mentions of deprecated Synapse functionality in pipeline
- [PR #294](https://github.com/nf-core/fetchngs/pull/294) - Replace mermaid diagram with subway map

### Software dependencies

Expand Down
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,7 @@

**nf-core/fetchngs** is a bioinformatics pipeline to fetch metadata and raw FastQ files from both public databases. At present, the pipeline supports SRA / ENA / DDBJ / GEO ids (see [usage docs](https://nf-co.re/fetchngs/usage#introduction)).

```mermaid
flowchart LR
IDS("Input
File") --> SRA & GEO & ENA & DDBJ
subgraph SG_DBIDS[Database IDs]
SRA("SRA")
GEO("GEO")
ENA("ENA")
DDBJ("DDBJ")
end
subgraph SG_METADATA[Download Metadata]
SRA & GEO & ENA & DDBJ --> META("Get
Metadata")
META --> LINKS("Get
Download
Links")
end
subgraph SG_FETCH_FASTQ[Download FastQ]
LINKS --> |--download_method 'ftp' | FTP("FTP")
LINKS --> |--download_method 'aspera' | ASPERA("Aspera")
LINKS --> |--download_method 'sratools' | SRATOOLS("sra-tools")
end
subgraph SG_FASTQ[Pipeline Outputs]
ASPERA & FTP & SRATOOLS --> FASTQ("FastQ")
FASTQ --> SAMPLESHEET("Samplesheet")
end
LINKS --> |--skip_fastq_download| SAMPLESHEET
```
![nf-core/fetchngs metro map](docs/images/nf-core-fetchngs_metro_map_grey.png)

## Usage

Expand Down
Binary file added docs/images/nf-core-fetchngs_metro_map_grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading