Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fidelram/deepTools into m…
Browse files Browse the repository at this point in the history
…ultiheatmapper
  • Loading branch information
fidelram committed Oct 29, 2014
2 parents fd57501 + 9b903a4 commit ef6b530
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions bin/bamCorrelate
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ detailed help:
""",
epilog='example usages:\n%(prog)s bins '
'-b file1.bam file2.bam -o heatmap.png --corMethod pearson\n\n'
'%(prog)s BED-file -b file1.bam file2.bam -o heatmap.png --corMethod spearman\n'
'--BED selection.bed '
'--bamfiles file1.bam file2.bam --corMethod pearson -o heatmap.png\n\n'
'%(prog)s BED-file --BED selection.bed \n'
'--bamfiles file1.bam file2.bam --corMethod spearman\n'
'-o heatmap.png'
' \n\n',
conflict_handler='resolve')

Expand Down Expand Up @@ -72,8 +73,8 @@ detailed help:
"distance between bins can be adjusted.",
add_help=False,
usage='%(prog)s '
'-b file1.bw file2.bw '
'-o heatmap.png --corMethod spearman\n')
'---bamfiles file1.bam file2.bam '
'--corMethod spearman -o heatmap.png \n')

# BED file arguments
bed_mode = subparsers.add_parser(
Expand All @@ -87,9 +88,9 @@ detailed help:
"that should be considered for the correlation analysis. A "
"common use is to compare ChIP-seq coverages between two "
"different samples for a set of peak regions.",
usage='%(prog)s '
'-b file1.bw file2.bw '
'-o heatmap.png --corMethod pearson --BED selection.bed\n',
usage='%(prog)s --BED selection.bed'
'--bamfiles file1.bam file2.bam '
'-o heatmap.png --corMethod pearson\n',
add_help=False)

args = parser.parse_args(args)
Expand Down
Binary file added gallery/coverage_Ibrahim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/coverage_Ibrahim_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/hm_Bulut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/hm_Bulut_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/hm_histonesGomez.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery/hm_histonesGomez_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef6b530

Please sign in to comment.