Skip to content

Commit

Permalink
updateDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 11, 2020
1 parent e9f67ba commit 35fa05b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyrpipe/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ def __init__(self):
def perform_assembly(bam_file):
"""Function to perform assembly using a bam file as input. Inherited by all children.
Parameters
----------
bam_file (string): Path to the bam file.
:param bam_file: the temperature value
:type bam_file: string
Returns
--------
string: path to output GTF or output directory depending on the specific assembly program.
:return: path to output GTF or output directory depending on the specific assembly program.
:rtype: string
"""
pass

Expand Down

0 comments on commit 35fa05b

Please sign in to comment.