Mercurial > repos > galaxyp > maxquant
comparison create_mqpar.py @ 8:55f8e3f91e0b draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 5e4f8567c0145de8c6f9344fe4ee4c3bf2a81e59"
| author | galaxyp |
|---|---|
| date | Fri, 19 Feb 2021 21:23:33 +0000 |
| parents | 009693badefc |
| children |
comparison
equal
deleted
inserted
replaced
| 7:710a80ad14f5 | 8:55f8e3f91e0b |
|---|---|
| 2 and a template parameter file. | 2 and a template parameter file. |
| 3 """ | 3 """ |
| 4 | 4 |
| 5 import argparse | 5 import argparse |
| 6 import os | 6 import os |
| 7 | |
| 7 import yaml | 8 import yaml |
| 8 | |
| 9 from mqparam import MQParam | 9 from mqparam import MQParam |
| 10 | 10 |
| 11 parser = argparse.ArgumentParser() | 11 parser = argparse.ArgumentParser() |
| 12 | 12 |
| 13 parser.add_argument('--yaml', '-y', help="""Yaml config file. Only those parameters differing | 13 parser.add_argument('--yaml', '-y', help="""Yaml config file. Only those parameters differing |
