Skip to content

Commit

Permalink
update download reads and run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Mar 20, 2024
1 parent a1625fc commit 33fcfb9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,19 @@ To run on paired or unpaired Ion Torrent reads, use either of the
above commands, but with the option `--tech iontorrent`.


You can run on a batch of reads, using a file
`runs.txt` of INSDC run accessions.
This will download each run from the ENA and run Viridian on it:
Download reads with accession SRR12345678 and run:
```
viridian dl_and_run --acc_file runs.txt --outdir OUT
viridian run_one_sample --run_accession SRR12345678 --outdir OUT
```
The sequencing tech and unpaired/paired is taken from the ENA metadata
for each run.

Download and run on a batch of sequencing runs, using a file
`runs.txt` of INSDC run accessions:
```
viridian dl_and_run --acc_file runs.txt --outdir OUT
```



## Output files
Expand Down

0 comments on commit 33fcfb9

Please sign in to comment.