Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Sims committed Sep 22, 2023
1 parent 1caf6f9 commit 63f0aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ krakenXtract -k <kraken_output> -i <R1_fastq_file> -i <R2_fastq_file> -t <taxono
```
If you want to extract all children of a taxon:
```bash
krakenXtract -k <kraken_output> -r <kraken_report> -i <R1_fastq_file> -i <R2_fastq_file> -t <taxonomic_id> --children -o <R1_output_file> -o <R2_output_file>
krakenXtract -k <kraken_output> -r <kraken_report> -i <fastq_file> -t <taxonomic_id> --children -o <output_file>
```

### Arguments:
Expand Down

0 comments on commit 63f0aa6

Please sign in to comment.