Mercurial > repos > bimib > cobraxy
comparison COBRAxy/src/marea_cluster.py @ 542:fcdbc81feb45 draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Sun, 26 Oct 2025 19:27:41 +0000 |
| parents | 2fb97466e404 |
| children | 5d5583dc6082 |
comparison
equal
deleted
inserted
replaced
| 541:fa93040a75af | 542:fcdbc81feb45 |
|---|---|
| 75 choices = ['true', 'false'], | 75 choices = ['true', 'false'], |
| 76 help = 'choose if you want silhouette plots') | 76 help = 'choose if you want silhouette plots') |
| 77 | 77 |
| 78 parser.add_argument('-td', '--tool_dir', | 78 parser.add_argument('-td', '--tool_dir', |
| 79 type = str, | 79 type = str, |
| 80 required = True, | 80 default = os.path.dirname(os.path.abspath(__file__)), |
| 81 help = 'your tool directory') | 81 help = 'your tool directory (default: auto-detected package location)') |
| 82 | 82 |
| 83 parser.add_argument('-ms', '--min_samples', | 83 parser.add_argument('-ms', '--min_samples', |
| 84 type = int, | 84 type = int, |
| 85 help = 'min samples for dbscan (optional)') | 85 help = 'min samples for dbscan (optional)') |
| 86 | 86 |
