Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
101acafb
Commit
101acafb
authored
May 02, 2018
by
Nicolas MAILLET
Browse files
change version and remove some redundant info
parent
d30d6c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
rpg/RapidPeptidesGenerator.py
View file @
101acafb
...
...
@@ -29,17 +29,13 @@
necessary functions
"""
#Started on 22 avr. 2016
#Digest sequences given restriction enzymes
#Input format : a fasta/fastq file or a sequence
#Output format : a fasta/csv/tsv file containing the digested sequences
#@author: Nicolas Maillet
#@version: 0.5.3α
#@note: Pwet
__version_info__
=
(
'0'
,
'5'
,
'
3
'
)
__version_info__
=
(
'0'
,
'5'
,
'
4
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2018-0
4-27
"
__revision_date__
=
"2018-0
5-02
"
__author__
=
"Nicolas Maillet"
import
argparse
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment