Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas MAILLET
rpg
Commits
2f03d329
Commit
2f03d329
authored
6 years ago
by
Nicolas MAILLET
Browse files
Options
Downloads
Patches
Plain Diff
change -i to -s in user guide when needed
parent
6e0f498b
No related branches found
No related tags found
No related merge requests found
Pipeline
#10927
passed
6 years ago
Stage: py35
Stage: py36
Stage: py37
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/userguide.rst
+6
-2
6 additions, 2 deletions
docs/userguide.rst
with
6 additions
and
2 deletions
docs/userguide.rst
+
6
−
2
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment