comparison create_mqpar.py @ 9:37d669de2828 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:24:41 +0000
parents dcd39bcc7481
children
comparison
equal deleted inserted replaced
8:ea0a1d50c83f 9:37d669de2828
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