Skip to content

Commit

Permalink
Corrected abundance script name and assigned shorter command names in…
Browse files Browse the repository at this point in the history
… some cases
  • Loading branch information
Dana Elizabeth Wyman committed Sep 17, 2019
1 parent 76b62a4 commit dd7b1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
'talon=talon.talon:main',
'talon_initialize_database=talon.initialize_talon_database:main',
'talon_filter_transcripts=talon.post.filter_talon_transcripts:main',
'talon_abundance=talon.post.create_abundance_from_database:main',
'talon_GTF=talon.post.create_GTF_from_database:main',
'talon_abundance=talon.post.create_abundance_file_from_database:main',
'talon_create_GTF=talon.post.create_GTF_from_database:main',
'talon_reformat_gtf=talon.reformat_gtf:main',
'talon_generate_report=talon.post.generate_talon_report:main',
'talon_summarize=talon.post.summarize_datasets:main'
Expand Down

0 comments on commit dd7b1d9

Please sign in to comment.