Skip to content

Commit

Permalink
add parameter metainfo_reconcile
Browse files Browse the repository at this point in the history
  • Loading branch information
wdingx committed Dec 4, 2017
1 parent ac7f4e9 commit aa9ae01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panX.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
help='run specific steps or run all steps by default', metavar='')
parser.add_argument('-mo', '--metainfo_organism', action='store_true',
help='add organism information in metadata table.')
parser.add_argument('-mr', '--metainfo_reconcile', action='store_true',
help='use reconciled metadata (redundancy removed) instead of original metadata.')
parser.add_argument('-rt', '--raxml_max_time', type = int, default = 30,
help='RAxML tree optimization: maximal runing time (minutes, default:30min)' , metavar='')
parser.add_argument('-t', '--threads', type = int, default = 1,
Expand Down Expand Up @@ -181,6 +183,7 @@
gbk_present=params.gbk_present,
threads=params.threads,
metainfo_organism=params.metainfo_organism,
metainfo_reconcile=params.metainfo_reconcile,
raxml_max_time=params.raxml_max_time,
blast_fpath=params.blast_file_path,
roary_fpath=params.roary_file_path,
Expand Down

0 comments on commit aa9ae01

Please sign in to comment.