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
1433b5b4
Commit
1433b5b4
authored
4 years ago
by
Nicolas MAILLET
Browse files
Options
Downloads
Patches
Plain Diff
Update to v1.2.0
parent
cf7d469b
No related branches found
No related tags found
No related merge requests found
Pipeline
#47176
failed
4 years ago
Stage: py35
Stage: py36
Stage: py37
Stage: py38
Stage: py39
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.rst
+5
-0
5 additions, 0 deletions
CHANGELOG.rst
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
rpg/RapidPeptidesGenerator.py
+2
-2
2 additions, 2 deletions
rpg/RapidPeptidesGenerator.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
9 additions
and
4 deletions
CHANGELOG.rst
+
5
−
0
View file @
1433b5b4
=========
=========
CHANGELOG
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
- 1.1.0
Modify input. Now, option -i only takes files. Use option -s to input sequence
Modify input. Now, option -i only takes files. Use option -s to input sequence
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
1
−
1
View file @
1433b5b4
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
# The short X.Y version
version
=
''
version
=
''
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'
1.
1
.0
'
release
=
'
1.
2
.0
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
rpg/RapidPeptidesGenerator.py
+
2
−
2
View file @
1433b5b4
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
necessary functions
necessary functions
"""
"""
__version_info__
=
(
'
1
'
,
'
1
'
,
'
0
'
)
__version_info__
=
(
'
1
'
,
'
2
'
,
'
0
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__revision_date__
=
"
201
9
-0
4
-03
"
__revision_date__
=
"
20
2
1-0
2
-03
"
__author__
=
"
Nicolas Maillet
"
__author__
=
"
Nicolas Maillet
"
import
argparse
import
argparse
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
1433b5b4
...
@@ -36,7 +36,7 @@ setup(
...
@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
# 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
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# corresponds to the "Summary" metadata field:
...
...
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