Skip to content
Snippets Groups Projects
Commit b1a3d115 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

remove some comments and comment l42

parent cdcdb58a
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,6 @@ ...@@ -29,10 +29,6 @@
necessary functions 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_info__ = ('0', '5', '4')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
__revision_date__ = "2018-05-02" __revision_date__ = "2018-05-02"
...@@ -43,7 +39,7 @@ import os ...@@ -43,7 +39,7 @@ import os
import sys import sys
import uuid import uuid
from pathlib import Path from pathlib import Path
from context import rpg #from context import rpg
from rpg import core from rpg import core
from rpg import digest from rpg import digest
from rpg import enzyme from rpg import enzyme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment