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
1433b5b4
Commit
1433b5b4
authored
Feb 03, 2021
by
Nicolas MAILLET
Browse files
Update to v1.2.0
parent
cf7d469b
Pipeline
#47176
failed with stages
in 10 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
1433b5b4
=========
CHANGELOG
=========
- 1.2.0
Input files can be gzipped
Input file can be processed in parallel (-c options for the number of processes to use)
- 1.1.0
Modify input. Now, option -i only takes files. Use option -s to input sequence
...
...
docs/conf.py
View file @
1433b5b4
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'1.
1
.0'
release
=
'1.
2
.0'
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
1433b5b4
...
...
@@ -29,9 +29,9 @@
necessary functions
"""
__version_info__
=
(
'1'
,
'
1
'
,
'0'
)
__version_info__
=
(
'1'
,
'
2
'
,
'0'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"201
9
-0
4
-03"
__revision_date__
=
"20
2
1-0
2
-03"
__author__
=
"Nicolas Maillet"
import
argparse
...
...
setup.py
View file @
1433b5b4
...
...
@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'1.
1
.0'
,
# Required
version
=
'1.
2
.0'
,
# Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
...
...
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