Mercurial > repos > iuc > nanocompore_sampcomp
comparison NanocomporeDB_process.py @ 2:f657489960f7 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:03 +0000 |
| parents | e5b88f0e7960 |
| children | e7d7d87dc1a3 |
comparison
equal
deleted
inserted
replaced
| 1:e5b88f0e7960 | 2:f657489960f7 |
|---|---|
| 36 parser.add_argument('--annotation-bed', required=False, type=is_valid_file, | 36 parser.add_argument('--annotation-bed', required=False, type=is_valid_file, |
| 37 help='BED file containing the annotation of the transcriptome used as reference when mapping') | 37 help='BED file containing the annotation of the transcriptome used as reference when mapping') |
| 38 parser.add_argument('--pvalue-types', type=str, | 38 parser.add_argument('--pvalue-types', type=str, |
| 39 default='GMM_logit_pvalue,KS_dwell_pvalue,KS_intensity_pvalue', | 39 default='GMM_logit_pvalue,KS_dwell_pvalue,KS_intensity_pvalue', |
| 40 help='path to the annotations') | 40 help='path to the annotations') |
| 41 parser.add_argument('--bedgraph', default=False, | 41 parser.add_argument('--bedgraph', action="store_true", |
| 42 help='write output in BEDGRAPH format instead of BED') | 42 help='write output in BEDGRAPH format instead of BED') |
| 43 parser.add_argument('--pvalue-threshold', default=1.0, | 43 parser.add_argument('--pvalue-threshold', default=1.0, |
| 44 help='Maximum reported p-value.') | 44 help='Maximum reported p-value.') |
| 45 parser.add_argument('--out-dir', default="./", type=is_valid_directory, | 45 parser.add_argument('--out-dir', default="./", type=is_valid_directory, |
| 46 help='path the plotting output directory.') | 46 help='path the plotting output directory.') |
