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
021d8e92
Commit
021d8e92
authored
Apr 30, 2018
by
Nicolas MAILLET
Browse files
new version 0.5.3
parent
b55c7eaa
Pipeline
#4827
failed with stages
in 2 minutes and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
021d8e92
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'0.5.
2
'
release
=
'0.5.
3
'
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
021d8e92
...
...
@@ -38,10 +38,10 @@ necessary functions
#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.
2
α
#@version: 0.5.
3
α
#@note: Pwet
__version_info__
=
(
'0'
,
'5'
,
'
2
'
)
__version_info__
=
(
'0'
,
'5'
,
'
3
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2018-04-27"
__author__
=
"Nicolas Maillet"
...
...
setup.py
View file @
021d8e92
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
_MAJOR
=
0
_MINOR
=
5
_MICRO
=
2
_MICRO
=
3
version
=
'%d.%d.%d'
%
(
_MAJOR
,
_MINOR
,
_MICRO
)
release
=
'%d.%d'
%
(
_MAJOR
,
_MINOR
)
...
...
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