Skip to content

Commit

Permalink
Adding actual main() function
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 21, 2023
1 parent d961087 commit f099753
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,7 @@ def run_denovo_exon_chain_reconstruction(f, folder, annotation, outfile):

# Run script

if __name__ == '__main__':
# Handle command line options
def main():

# required packages
import pysam
Expand Down

0 comments on commit f099753

Please sign in to comment.