Mercurial > repos > iuc > nanocompore_sampcomp
diff NanocomporeDB_process.py @ 2:25abc2c72ff9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanocompore commit a57b5b935a80db12a0ed867b4219453a2854dd32"
author | iuc |
---|---|
date | Wed, 17 Jun 2020 13:28:27 -0400 |
parents | c43f4b80f5a9 |
children | b833eff63b10 |
line wrap: on
line diff
--- a/NanocomporeDB_process.py Mon Jun 08 14:36:18 2020 -0400 +++ b/NanocomporeDB_process.py Wed Jun 17 13:28:27 2020 -0400 @@ -38,7 +38,7 @@ parser.add_argument('--pvalue-types', type=str, default='GMM_logit_pvalue,KS_dwell_pvalue,KS_intensity_pvalue', help='path to the annotations') - parser.add_argument('--bedgraph', default=False, + parser.add_argument('--bedgraph', action="store_true", help='write output in BEDGRAPH format instead of BED') parser.add_argument('--pvalue-threshold', default=1.0, help='Maximum reported p-value.')