Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deeptools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is originally generated from Git information by running 'setup.py
# version'. Distribution tarballs contain a pre-generated copy of this file.

__version__ = '2.4.3'
__version__ = '2.4.3-63-ec898ec'
2 changes: 2 additions & 0 deletions galaxy/wrapper/bamPEFragmentSize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
--bamfiles #echo " ".join($files)
#if $samplesLabel:
--samplesLabel #echo " ".join($samplesLabel)
#else:
--samplesLabel #echo " ".join($labels)
#end if
#if $histogram:
--histogram ./hist.png
Expand Down
14 changes: 10 additions & 4 deletions galaxy/wrapper/deepTools_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,19 +439,22 @@ is vital to you, select Yes below.">
<![CDATA[
#set files=[]
#set labels=[]
#import re
#if $multibam_conditional.orderMatters == "No":
#for $counter, $bamfile in enumerate($multibam_conditional.bamfiles):
#set identifier = re.sub('[^\.\s\w\-]', '_', str($bamfile.element_identifier))
ln -s "${bamfile}" "./${counter}.bam" &&
ln -s "${bamfile.metadata.bam_index}" "./${counter}.bam.bai" &&
#silent $files.append('%s.bam' % $counter)
#silent $labels.append("'%s'" % ($bamfile.display_name))
#silent $labels.append("'%s'" % identifier)
#end for
#else:
#for $counter, $f in enumerate($multibam_conditional.multibam_repeats):
#set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bamfiles.element_identifier))
ln -s "${f.bamfiles}" "./${counter}.bam" &&
ln -s "${f.bamfiles.metadata.bam_index}" "./${counter}.bam.bai" &&
#silent $files.append('%s.bam' % $counter)
#silent $labels.append("'%s'" % ($f.bamfiles.display_name))
#silent $labels.append("'%s'" % $identifier)
#end for
#end if
]]>
Expand All @@ -461,17 +464,20 @@ is vital to you, select Yes below.">
<![CDATA[
#set files=[]
#set labels=[]
#import re
#if $multibigwig_conditional.orderMatters == "No":
#for $counter, $bigwig in enumerate($multibigwig_conditional.bigwigfiles):
#set identifier = re.sub('[^\.\s\w\-]', '_', str($bigwig.element_identifier))
ln -s "${bigwig}" "${counter}.bw" &&
#silent $files.append('%s.bw' % $counter)
#silent $labels.append("'%s'" % ($bigwig.display_name))
#silent $labels.append("'%s'" % $identifier)
#end for
#else:
#for $counter, $f in enumerate($multibigwig_conditional.multibigwig_repeats):
#set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bigwigfiles.element_identifier))
ln -s "${f.bigwigfiles}" "${counter}.bw" &&
#silent $files.append('%s.bw' % $counter)
#silent $labels.append("'%s'" % ($f.bigwigfiles.display_name))
#silent $labels.append("'%s'" % $identifier)
#end for
#end if
]]>
Expand Down
4 changes: 2 additions & 2 deletions galaxy/wrapper/plotPCA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
</outputs>
<tests>
<test>
<param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" />
<param name="corData" value="multiBamSummary_result2b.npz" ftype="deeptools_coverage_matrix" />
<param name="plotTitle" value="Test Plot" />
<param name="outFileFormat" value="png" />
<output name="outFileName" file="plotPCA_result1.png" ftype="png" compare="sim_size" delta="4000" />
</test>
<test>
<param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" />
<param name="corData" value="multiBamSummary_result2b.npz" ftype="deeptools_coverage_matrix" />
<param name="plotTitle" value="Test Plot" />
<param name="outFileFormat" value="png" />
<param name="outFileNameData" value="True" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion galaxy/wrapper/test-data/computeMatrixOperations.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Groups:
genes
Samples:
file_0
bamCoverage_result4_bw_0
Binary file modified galaxy/wrapper/test-data/computeMatrixOperations_result2.mat.gz
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/computeMatrix_result1.gz
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/computeMatrix_result2.gz
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/computeMatrix_result3.gz
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/correctGCBias_result1.bam
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/heatmapper_result1.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 modified galaxy/wrapper/test-data/heatmapper_result2.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 modified galaxy/wrapper/test-data/multiBamSummary_result1.npz
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/multiBamSummary_result2.npz
Binary file not shown.
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/multiBigwigSummary_result1.npz
Binary file not shown.
Binary file modified galaxy/wrapper/test-data/plotCorrelation_result1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions galaxy/wrapper/test-data/plotCorrelation_result1.tabular
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'bowtie2-test1.bam' 'bowtie2-test1.bam'
'bowtie2-test1.bam' 1.0000 1.0000
'bowtie2-test1.bam' 1.0000 1.0000
'bowtie2 test1.bam' 'bowtie2 test1.bam'
'bowtie2 test1.bam' 1.0000 1.0000
'bowtie2 test1.bam' 1.0000 1.0000
Binary file modified galaxy/wrapper/test-data/plotCorrelation_result2.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 modified galaxy/wrapper/test-data/plotCoverage_result1.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 modified galaxy/wrapper/test-data/plotEnrichment_output.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 modified galaxy/wrapper/test-data/plotFingerprint_result1.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 modified galaxy/wrapper/test-data/plotFingerprint_result2.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 modified galaxy/wrapper/test-data/profiler_result1.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 modified galaxy/wrapper/test-data/profiler_result2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion galaxy/wrapper/test-data/profiler_result2.tabular
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bin labels -0.0Kb 0.0Kb
bins 1 2
file_0 genes 2477942.34473 2610259.65234
bamCoverage_result4_bw_0 genes 2477942.875 2610260.125