Skip to content

Commit

Permalink
Merge pull request #90 from galaxyproject/fix_formatter_order_for_inh…
Browse files Browse the repository at this point in the history
…eritance

Fix formatter ordering of inherits field
  • Loading branch information
nuwang authored Apr 18, 2023
2 parents 403d204 + 50a67bc commit d53e3c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tools:
rank: |
helpers.weighted_random_sampling(candidate_destinations)
toolshed.g2.bx.psu.edu/repos/iuc/mothur_shhh_seqs/mothur_shhh_seqs/.*:
inherits: wig_to_bigWig
cores: 2
mem: 20
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ tools:
toolshed.g2.bx.psu.edu/repos/iuc/mothur_shhh_seqs/mothur_shhh_seqs/.*:
cores: 2
mem: 20
inherits: wig_to_bigWig
env:
TERM: vt100
1 change: 1 addition & 0 deletions tpv/commands/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def format(self):

basic_entity_sort_order = {
'id': {},
'inherits': {},
'if': {},
'context': {},
'gpus': {},
Expand Down

0 comments on commit d53e3c2

Please sign in to comment.