29db4abdbeb839340ac5b0caf934ebda93892934,cnvlib/commands.py,,,#,1254
Before Change
// export ----------------------------------------------------------------------
P_export = AP_subparsers.add_parser("export",
help=Convert CNVkit output files to another format.)
P_export_subparsers = P_export.add_subparsers(
help="Export formats (use with -h for more info).")
// BED special case: multiple samples"s segments, like SEG
def _cmd_export_bed(args):
After Change
P_import_seg.add_argument("-p", "--prefix",
help=Prefix to add to chromosome names (e.g "chr" to rename "8" in
the SEG file to "chr8" in the output).)
P_import_seg.add_argument("--from-log10", action="store_true",
help="Convert base-10 logarithm values in the input to base-2 logs.")
P_import_seg.add_argument("-d", "--output-dir", default=".",
help="Output directory name.")
P_import_seg.set_defaults(func=_cmd_import_seg)
In pattern: SUPERPATTERN
Frequency: 8
Non-data size: 5
Instances
Project Name: etal/cnvkit
Commit Name: 29db4abdbeb839340ac5b0caf934ebda93892934
Time: 2017-02-24
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: 536e9aeefc906a7ba6a2715d6565e99dd6de6ecb
Time: 2015-05-01
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: f344df034cb674e198996da63d430287394242bd
Time: 2015-12-11
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: 8c9c03c9c7814a9d1d76e87788766ddc36ef7239
Time: 2015-11-07
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: dbe923ef2f7f3bebed34475ab495e9b6a0746c21
Time: 2015-07-08
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: 85400dbc865f2d8e632242153fa4576e711f104d
Time: 2016-10-05
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: 1a84f280b54dd9435da248ecd0cbe8ea2c44b6b4
Time: 2015-07-08
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name:
Project Name: etal/cnvkit
Commit Name: 7cc3d2ae2985701bcd24dc416af654de22b5b9e7
Time: 2016-05-25
Author: eric.talevich@gmail.com
File Name: cnvlib/commands.py
Class Name:
Method Name: