Skip to content

Commit

Permalink
Improve argument documentation
Browse files Browse the repository at this point in the history
Former-commit-id: ba07b1c
  • Loading branch information
eweitz committed Mar 29, 2018
1 parent 694cd88 commit f216e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/matrix_to_ideogram_annots.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def get_clusters_meta(names, paths):
ap.add_argument('--infercnv_output',
help='Path to pre_vis_transform.txt output from inferCNV')
ap.add_argument('--infercnv_delimiter',
help='Delimiter in pre_vis_transform.txt output from inferCNV',
help='Delimiter in pre_vis_transform.txt output from inferCNV. Default: \\t',
default='\t')
ap.add_argument('--gen_pos_file',
help='Path to gen_pos.txt genomic positions file from inferCNV ')
Expand Down

0 comments on commit f216e03

Please sign in to comment.