Skip to content
Snippets Groups Projects
Commit 6a7e1140 authored by Blaise Li's avatar Blaise Li
Browse files

Cosmetic documentation changes.

parent e332b282
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ warnings.formatwarning = formatwarning ...@@ -82,7 +82,7 @@ warnings.formatwarning = formatwarning
def open_feature_db(db_filename, annot_filename=None, def open_feature_db(db_filename, annot_filename=None,
force_new=False, **kwd_args): force_new=False, **kwd_args):
""" """
Open a :class:`gffutil.FeatureDB` stored as *db_filename*. Open a :class:`gffutils.FeatureDB` stored as *db_filename*.
If *annot_filename* is provided, it can be used to create *db_filename* in If *annot_filename* is provided, it can be used to create *db_filename* in
case this file does not exist. case this file does not exist.
...@@ -173,7 +173,7 @@ def feature2bed(feature): ...@@ -173,7 +173,7 @@ def feature2bed(feature):
def bedfile_from_gene_list(fdb, genes): def bedfile_from_gene_list(fdb, genes):
"""Create a temporary bed file for the merged transcripts corresponding """Create a temporary bed file for the merged transcripts corresponding
to gene ids listed in *genes*, and using the :class:`gffutil.FeatureDB` to gene ids listed in *genes*, and using the :class:`gffutils.FeatureDB`
*fdb* *fdb*
The name of the bed file is returned. The name of the bed file is returned.
After using it, it should be deleted using os.unlink(bedfile_name)""" After using it, it should be deleted using os.unlink(bedfile_name)"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment