From f8fe833da2622afe96f188309ca3facb59a324eb Mon Sep 17 00:00:00 2001 From: drosofff Date: Wed, 30 Oct 2024 20:24:24 +0100 Subject: [PATCH] seed wisecondorx galaxy wrapper --- tools/wisecondorx/.shed.yml | 13 +++ tools/wisecondorx/macro.xml | 6 ++ tools/wisecondorx/wisecondor_reference.xml | 63 +++++++++++++++ tools/wisecondorx/wisecondor_test.xml | 92 ++++++++++++++++++++++ 4 files changed, 174 insertions(+) create mode 100644 tools/wisecondorx/.shed.yml create mode 100644 tools/wisecondorx/macro.xml create mode 100644 tools/wisecondorx/wisecondor_reference.xml create mode 100644 tools/wisecondorx/wisecondor_test.xml diff --git a/tools/wisecondorx/.shed.yml b/tools/wisecondorx/.shed.yml new file mode 100644 index 00000000..29cc5335 --- /dev/null +++ b/tools/wisecondorx/.shed.yml @@ -0,0 +1,13 @@ +# .shed.yml supporting automatic pushes. +owner: artbio +name: wisecondorx +description: Infer copy number variations from BAM files using WisecondorX +long_description: | + Infer copy number variations from BAM files using WisecondorX + see GitHub repo: https://github.com/CenterForMedicalGeneticsGhent/WisecondorX/tree/master +categories: + - Variant Analysis +homepage_url: https://github.com/CenterForMedicalGeneticsGhent/WisecondorX/tree/master +remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/master/tools/wisecondorx +toolshed: + - toolshed diff --git a/tools/wisecondorx/macro.xml b/tools/wisecondorx/macro.xml new file mode 100644 index 00000000..c755679e --- /dev/null +++ b/tools/wisecondorx/macro.xml @@ -0,0 +1,6 @@ + + 1.0 + @VERSION@+galaxy1 + 23.0 + + diff --git a/tools/wisecondorx/wisecondor_reference.xml b/tools/wisecondorx/wisecondor_reference.xml new file mode 100644 index 00000000..a7aa37f6 --- /dev/null +++ b/tools/wisecondorx/wisecondor_reference.xml @@ -0,0 +1,63 @@ + + + + + macro.xml + + + sequenza-utils + + + + + + + + + + + + + + + + + + + + + + + + + + + +snvtocnv +============================ + +Analyzes genomic sequencing data from paired normal-tumor samples, including +cellularity and ploidy estimation; mutation and copy number (allele-specific and total +copy number) detection, quantification and visualization. + +This tools builds the GC wigle index of the reference genome required to perform analysis +of the somatic single nucleotide variations using the tool "Infer CNVs from SNVs" + + +Inputs +-------- + +The reference genome in a fasta format + +*Warning* the genome fasta must be sorted according to the chromosomes +(e.g. chr1, chr2, .. chr21, chr22) + + + + 10.1093/annonc/mdu479 + + diff --git a/tools/wisecondorx/wisecondor_test.xml b/tools/wisecondorx/wisecondor_test.xml new file mode 100644 index 00000000..fcd19b6a --- /dev/null +++ b/tools/wisecondorx/wisecondor_test.xml @@ -0,0 +1,92 @@ + + + + + macro.xml + + + sequenza-utils + r-sequenza + r-optparse + bioconductor-biocparallel + r-tidyverse + tzdata + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +snvtocnv +============================ + +Analyze genomic sequencing data from paired normal-tumor samples, including +cellularity and ploidy estimation; mutation and copy number (allele-specific and total +copy number) detection, quantification and visualization. + + +Inputs +-------- + +A GC wigle of genome index generated with the tool "create GC_wiggle of reference genome" +available from this galaxy wrapper + +A vcf file of somatic *single* nucleotide variations observed in a tumor sample + + + + + 10.1093/annonc/mdu479 + +