Skip to content

Commit

Permalink
do tsv and xlsx later
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Apr 1, 2019
1 parent 67bbfe4 commit 4aee340
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bin/pwy_enrichment_reactome.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
--excludeDisease Exclude disease pathways
--pdf Write pathway report into pathway_enrichment.pdf
--pdfname=PDF Specify pathway report name
--xlsx=XLSX Write enrichment analysis into a xlsx file [default: enrichment.xlsx]
--tsv=TSV Write enrichment analysis into a tsv file
--csv=CSV Write pathway enrichment analysis into a csv file [default: pathway_enrichment.csv]
--ids0=NF Write list of identifiers that were not found [default: ids_mapping.csv]
--ids1=F Write list of identifiers that were found [default: ids_notfound.csv]
Expand All @@ -26,8 +24,6 @@
__copyright__ = "Copyright (C) 2018-2019, DV Klopfenstein. All rights reserved."
__author__ = "DV Klopfenstein"

# import os
# import sys
from docopt import docopt
from reactomepy.code.rest.service_analysis import AnalysisService
from reactomepy.code.rest.token_mgr import TokenManager
Expand All @@ -39,7 +35,6 @@

def main():
"""Run Reactome's Pathway Enrichment Analysis UniProt example."""
#### args = get_args(__doc__, {'token', 'pdf', 'csv', 'data', 'sample_name'})
docargs = docopt(__doc__)
args = clean_args(docargs)
ana = AnalysisService(args['tokenlog'])
Expand Down

0 comments on commit 4aee340

Please # to comment.