Mercurial > repos > artbio > gsc_gene_expression_correlations
changeset 1:8ad272e0b640 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_gene_expression_correlations commit 1b98c85982a2a9f9df4b318f672b9b68cff66a93"
author | artbio |
---|---|
date | Mon, 02 Sep 2019 04:38:59 -0400 |
parents | 734ab9c5595a |
children | b49295546f29 |
files | correlation_with_signature.R correlation_with_signature.xml |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/correlation_with_signature.R Mon Jun 24 13:38:39 2019 -0400 +++ b/correlation_with_signature.R Mon Sep 02 04:38:59 2019 -0400 @@ -15,7 +15,6 @@ options( show.error.messages=F, error = function () { cat( geterrmessage(), file=stderr() ); q( "no", 1, F ) } ) loc <- Sys.setlocale("LC_MESSAGES", "en_US.UTF-8") -requiredPackages = c('optparse', 'Hmisc') warnings() library(optparse)
--- a/correlation_with_signature.xml Mon Jun 24 13:38:39 2019 -0400 +++ b/correlation_with_signature.xml Mon Sep 02 04:38:59 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="single_cell_gene_expression_correlations" name="single-cell gene expression correlations" version="0.9.0"> +<tool id="single_cell_gene_expression_correlations" name="single-cell gene expression correlations" version="0.9.1"> <description>between genes or with a signature of selected genes</description> <requirements> <requirement type="package" version="1.3.2=r3.3.2_0">r-optparse</requirement>