required("--outputDir",outputdir)+/* The output directory */
optional("-n",name)+/* prefix name of the output files. (note that also the peak names inside the files will have this name */
required("--outdir",outputdir)+/* The output directory */
optional("--name",name)+/* prefix name of the output files. (note that also the peak names inside the files will have this name */
conditional(bdg,"-B")+/* Whether to output in BDG format */
conditional(verbose,"--verbose")+/* Whether to output verbosely */
optional("--tsize",tsize)+/* Sets custom tag length, if not specified macs will use first 10 sequences to estimate the size */
optional("--bw",bandwith)+/* The bandwith to use for model building. Set this parameter as the sonication fragment size estimated in the wetlab */
optional("--mfold",mfold)+/* The parameter to select regions within the model fold. Must be a upper and lower limit. */
conditional(fixbimodel,"--fix-bimodal")/* Whether turn on the auto paired-peak model process. If it's set, when MACS failed to build paired model, it will use the nomodel settings, the '--extsize' parameter to extend each tags. If set, MACS will be terminated if paried-peak model is failed. */
conditional(nomodel,"--nomodel")/* While on, MACS will bypass building the shifting model */
optional("--shift",shift)/* You can set an arbitrary shift in basepairs here */
optional("--extsize",shift)+/* While '--nomodel' is set, MACS uses this parameter to extend reads in 5'->3' direction to fix-sized fragments. For example, if the size of binding region for your transcription factor is 200 bp, and you want to bypass the model building by MACS, this parameter can be set as 200. This option is only valid when --nomodel is set or when MACS fails to build model and --fix-bimodal is on. */
conditional(fixbimodel,"--fix-bimodal")+/* Whether turn on the auto paired-peak model process. If it's set, when MACS failed to build paired model, it will use the nomodel settings, the '--extsize' parameter to extend each tags. If set, MACS will be terminated if paried-peak model is failed. */
conditional(nomodel,"--nomodel")+/* While on, MACS will bypass building the shifting model */
optional("--shift",shift)+/* You can set an arbitrary shift in basepairs here */
optional("--extsize",shift)+/* While '--nomodel' is set, MACS uses this parameter to extend reads in 5'->3' direction to fix-sized fragments. For example, if the size of binding region for your transcription factor is 200 bp, and you want to bypass the model building by MACS, this parameter can be set as 200. This option is only valid when --nomodel is set or when MACS fails to build model and --fix-bimodal is on. */
optional("--qvalue",qvalue)+/* the Q-value(FDR) cutoff */
optional("--pvalue",pvalue)+/* The P-value cutoff, if --pvalue is set no Qvalue is calculated */
conditional(tolarge,"--to-large")+/* Whether to scale up the smallest input file to the larger one */