Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpg
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
b1a3d115
Commit
b1a3d115
authored
6 years ago
by
Nicolas MAILLET
Browse files
Options
Downloads
Patches
Plain Diff
remove some comments and comment l42
parent
cdcdb58a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rpg/RapidPeptidesGenerator.py
+1
-5
1 addition, 5 deletions
rpg/RapidPeptidesGenerator.py
with
1 addition
and
5 deletions
rpg/RapidPeptidesGenerator.py
+
1
−
5
View file @
b1a3d115
...
...
@@ -29,10 +29,6 @@
necessary functions
"""
#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
__version_info__
=
(
'
0
'
,
'
5
'
,
'
4
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__revision_date__
=
"
2018-05-02
"
...
...
@@ -43,7 +39,7 @@ import os
import
sys
import
uuid
from
pathlib
import
Path
from
context
import
rpg
#
from context import rpg
from
rpg
import
core
from
rpg
import
digest
from
rpg
import
enzyme
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment