Mercurial > repos > iuc > nanocompore_db
diff NanocomporeDB_process.py @ 1:97a6b3f9a98d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanocompore commit a57b5b935a80db12a0ed867b4219453a2854dd32"
| author | iuc |
|---|---|
| date | Wed, 17 Jun 2020 17:27:33 +0000 |
| parents | ace1c453a190 |
| children | d193d0e411bd |
line wrap: on
line diff
--- a/NanocomporeDB_process.py Mon Jun 08 18:33:20 2020 +0000 +++ b/NanocomporeDB_process.py Wed Jun 17 17:27:33 2020 +0000 @@ -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.')
