Skip to content

Commit

Permalink
docs(readme): add option "--collectionOfLists" to subcommand `LRez qu…
Browse files Browse the repository at this point in the history
…ery fastq`
  • Loading branch information
Anne Guichard committed Dec 14, 2021
1 parent 304de17 commit a028291
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,14 @@ A description of each subcommand as well as its options is given below.

`LRez query fastq` allows to query a barcodes index and a fastq file to retrieve alignments containing the query barcodes.

--fastq STRING, -f STRING: Fastq file to search
--index STRING, -i STRING: Barcodes index, built with the index fastq subcommand
--query STRING, -q STRING: Query barcode to search in the fastq file and the index
--list STRING, -l STRING: File containing a list of barcodes to search in the fastq file and the index
--output STRING, -o STRING: File where to output the extracted reads (optional, default: stdout)
--gzip, -g: Fastq file is gzipped (optional, default: false)
--threads INT, -t INT: Number of threads to use (optional, default: 1)
--fastq STRING, -f STRING: Fastq file to search
--index STRING, -i STRING: Barcodes index, built with the index fastq subcommand
--query STRING, -q STRING: Query barcode to search in the fastq file and the index
--list STRING, -l STRING: File containing a list of barcodes to search in the fastq file and the index
--collectionOfLists STRING, -c STRING: File of files (FOF) e.g. file containing files' names of lists of barcodes to search in the fastq file and the index
--output STRING, -o STRING: File where to output the extracted reads (optional, default: stdout)
--gzip, -g: Fastq file is gzipped (optional, default: false)
--threads INT, -t INT: Number of threads to use (optional, default: 1)


Using the API
Expand Down

0 comments on commit a028291

Please sign in to comment.