Skip to content

Commit

Permalink
Add missing arguments to unitas in __main__
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranr51 committed Nov 3, 2023
1 parent 837ea0f commit f0e3897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hlsmallrna/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,13 @@ def get_command_args(name):

if out_code is not None:
return

unitas_command(
os.path.join(get_config_key('general', 'output_directory'), 'binned_rna'),
get_command_args('species'),
get_command_args('refseq'),
get_command_args('cds'),
get_command_args('unspliced_transcriptome'),
num_threads,
get_command_args('quiet')
)
Expand Down

0 comments on commit f0e3897

Please sign in to comment.