Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 authored Feb 10, 2023
1 parent 64feb23 commit b932cf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Download FASTQ files from the [European Nucleotide Archive](https://www.ebi.ac.u

## Introduction

`fastq-dl` takes an ENA/SRA accession (Study, Experiment, or Run) and queries ENA (via
`fastq-dl` takes an ENA/SRA accession (Study, Sample, Experiment, or Run) and queries ENA (via
[Data Warehouse API](https://www.ebi.ac.uk/ena/browse/search-rest)) to determine the associated
metadata. It then downloads FASTQ files for each Run. For Samples or Experiments with multiple
Runs, users can optionally merge the runs.
Expand All @@ -26,8 +26,6 @@ conda create -n fastq-dl -c conda-forge -c bioconda fastq-dl
conda activate fastq-dl
```

### Pip

## Usage

```{bash}
Expand Down

0 comments on commit b932cf9

Please sign in to comment.