Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Nicolas MAILLET
rpg
Commits
2f03d329
Commit
2f03d329
authored
Apr 04, 2019
by
Nicolas MAILLET
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change -i to -s in user guide when needed
parent
6e0f498b
Pipeline
#10927
passed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
docs/userguide.rst
docs/userguide.rst
+6
-2
No files found.
docs/userguide.rst
View file @
2f03d329
...
...
@@ -115,6 +115,8 @@ To perform sequential digestion of the sequence "QWSDORESDF" with enzymes 2 and
rpg -s QWSDORESDF -o output_file.fasta -e 2 5
.. _onefile:
Sequential digestion of a (multi)fasta file
"""""""""""""""""""""""""""""""""""""""""""
...
...
@@ -160,7 +162,9 @@ Here are all available options in **RPG**:
**-f, -\\-fmt**: Output file format. Either 'fasta', 'csv', or 'tsv' (default: fasta). See :ref:`formats` for more information.
**-i, -\\-inputdata**: Input file, in (multi)fasta / fastq format or a single protein sequence without commentary. See :ref:`oneseq` for example.
**-i, -\\-inputdata**: Input file, in (multi)fasta / fastq format. See :ref:`onefile` for example.
**-s, -\\-sequence**: Input a single protein sequence without commentary. See :ref:`oneseq` for example.
**-l, -\\-list**: Display the list of available enzymes.
...
...
@@ -268,7 +272,7 @@ Output
Output of **RPG** contains the following information in one line for each generated peptide, in this order:
- Header of original sequence or 'Input' if the sequence is directly inputed in **RPG**, *i.e.*, **-
i
**
not used with a file
- Header of original sequence or 'Input' if the sequence is directly inputed in **RPG**, *i.e.*, **-
s
**
- Sequential numbering (starting from 0) of out-coming peptides for each of original sequence
- Enzyme name used to obtain this peptide
- Cleavage position on the original sequence (0 if no cleavage occurs)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment