You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to deepTools GitHub repository! Before opening the issue please check
that the following requirements are met :
[ x] Search whether this issue (or a similar issue) has been solved before
using the search tab above. Link the previous issue if appropriate below.
Paste your deepTools version (deeptools --version) and your python
version (python --version) below.
Paste the full deepTools command that produces the issue below
(ignore if you simply spotted the issue in the code/documentation).
Paste the output printed on screen from the command that produces the issue
below (ignore if you simply spotted the issue in the code/documentation).
Hi,
I searched for the options --sortUsingSamples and --clusterUsingSamples in the Galaxy wrapper (plotHeatmap.xml), which are available on the plotHeatmap command-line.
Please note, --clusterUsingSamples I only found in deeptools version 3.4.1 or later.
plotHeatmap --help
[...]
--sortUsingSamples SORTUSINGSAMPLES [SORTUSINGSAMPLES ...]
List of sample numbers (order as in matrix), that are
used for sorting by --sortUsing, no value uses all
samples, example: --sortUsingSamples 1 3 (default:
None)
[...]
--clusterUsingSamples CLUSTERUSINGSAMPLES [CLUSTERUSINGSAMPLES ...]
List of sample numbers (order as in matrix), that are
used for clustering by --kmeans or --hclust if not
given, all samples are taken into account for
clustering. Example: --ClusterUsingSamples 1 3
(default: None)
[...]
Would it be possible to have those two options to the galaxy wrapper?
Cheers,
-Michael
The text was updated successfully, but these errors were encountered:
Welcome to deepTools GitHub repository! Before opening the issue please check
that the following requirements are met :
[ x] Search whether this issue (or a similar issue) has been solved before
using the search tab above. Link the previous issue if appropriate below.
Paste your deepTools version (
deeptools --version
) and your pythonversion (
python --version
) below.Paste the full deepTools command that produces the issue below
(ignore if you simply spotted the issue in the code/documentation).
Paste the output printed on screen from the command that produces the issue
below (ignore if you simply spotted the issue in the code/documentation).
Hi,
I searched for the options
--sortUsingSamples
and--clusterUsingSamples
in the Galaxy wrapper (plotHeatmap.xml), which are available on the plotHeatmap command-line.Please note,
--clusterUsingSamples
I only found in deeptools version 3.4.1 or later.Would it be possible to have those two options to the galaxy wrapper?
Cheers,
-Michael
The text was updated successfully, but these errors were encountered: