Skip to content

Commit

Permalink
change output quant file to an optional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Sep 12, 2024
1 parent bd8ca88 commit 49cf30a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/salmon/salmon_quant/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ argument_groups:
description: |
Format string describing the library.
The library type string consists of three parts:
1. Relative orientation of the reads: This part is only provided if the library is paired-end, THe possible options are
1. Relative orientation of the reads: This part is only provided if the library is paired-end, The possible options are
I = inward
O = outward
M = matching
Expand Down Expand Up @@ -118,7 +118,7 @@ argument_groups:
direction: output
description: |
Salmon quantification file.
required: true
required: false
example: quant.sf

- name: Basic options
Expand Down Expand Up @@ -327,7 +327,7 @@ argument_groups:
If this option is provided, then the selective-alignment results will be written out in SAM-compatible format. By default, output will be directed to stdout, but an alternative file name can be provided instead.
- name: --mapping_sam
type: file
description: Path to file that should output the selective-alignment results in SAM-compatible format. THis option must be provided while using --write_mappings
description: Path to file that should output the selective-alignment results in SAM-compatible format. This option must be provided while using --write_mappings
required: false
direction: output
example: mappings.sam
Expand Down

0 comments on commit 49cf30a

Please sign in to comment.