Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Mar 25, 2024
1 parent 7875868 commit 39125bf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

# downsample-reads

```mermaid
flowchart TD
reads --> fastp_input(fastp_input)
fastp_input --> downsample("downsample (rasusa)")
downsample --> fastp_output(fastp_output)
downsample --> downsampled_reads
fastp_output --> downsampling_summary[downsampling_summary.csv]
```

## Usage

```
Expand Down Expand Up @@ -63,7 +72,6 @@ nextflow run BCCDC-PHL/downsample-reads \
-profile conda \
--cache ~/.conda/envs \
--samplesheet_input samplesheet.csv \
--fastq_input </path/to/fastqs> \
--outdir </path/to/output_dir>
```

Expand Down

0 comments on commit 39125bf

Please sign in to comment.