Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Galaxy specific --sortUsingSamples and --clusterUsingSamples #976

Closed
3 tasks
mirax87 opened this issue Jul 21, 2020 · 1 comment
Closed
3 tasks

Galaxy specific --sortUsingSamples and --clusterUsingSamples #976

mirax87 opened this issue Jul 21, 2020 · 1 comment
Labels

Comments

@mirax87
Copy link

mirax87 commented Jul 21, 2020

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

@LeilyR
Copy link
Contributor

LeilyR commented Aug 21, 2020

has been released in 3.5.0

@LeilyR LeilyR closed this as completed Aug 21, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants