Repository 'mimodd'
hg clone https://toolshed.g2.bx.psu.edu/repos/wolma/mimodd

Changeset 1:a548b3c6ed00 (2015-02-11)
Previous changeset 0:6231ae8f87b8 (2015-02-11) Next changeset 2:72d20758ba2c (2015-02-11)
Commit message:
corrected upload
modified:
annotate_variants.xml
bamsort.xml
cloudmap.xml
convert.xml
covstats.xml
deletion_predictor.xml
fileinfo.xml
reheader.xml
sam_header.xml
snap_caller.xml
snp_caller_caller.xml
snpeff_genomes.xml
varextract.xml
vcf_filter.xml
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 annotate_variants.xml
--- a/annotate_variants.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/annotate_variants.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="annotate_variants" name="Variant Annotation">
   <description>Predict the effects of SNPs and indels on known genes in the reference genome using SnpEff</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
    mimodd annotate
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 bamsort.xml
--- a/bamsort.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/bamsort.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="bamsort" name="Sort BAM file">
   <description>Sort a BAM file by coordinates (or names) of the mapped reads</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
  mimodd sort "$inputfile" -o "$output" --oformat $oformat $by_name
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 cloudmap.xml
--- a/cloudmap.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/cloudmap.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="cloudmap_prepare" name="Prepare variant data for mapping">
   <description>with the CloudMap series of tools.</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
     mimodd cloudmap "$ifile" ${run.mode} 
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 convert.xml
--- a/convert.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/convert.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="convert" name="Convert">
   <description>between different sequence data formats</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
  mimodd convert 
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 covstats.xml
--- a/covstats.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/covstats.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="coverage_stats" name="Coverage Statistics">
   <description>Calculate coverage statistics for a BCF file as generated by the Variant Calling tool</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command> 
  mimodd covstats "$ifile" --ofile "$output_vcf"
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 deletion_predictor.xml
--- a/deletion_predictor.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/deletion_predictor.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="deletion_prediction" name="Deletion Prediction for paired-end data">
   <description>Predicts deletions in one or more aligned read samples based on coverage of the reference genome and on insert sizes</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
     mimodd delcall
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 fileinfo.xml
--- a/fileinfo.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/fileinfo.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="fileinfo" name="Retrieve File Information">
   <description>for supported data formats.</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
     mimodd info "$ifile" -o "$outputfile" --verbose --oformat $oformat
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 reheader.xml
--- a/reheader.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/reheader.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,6 +1,9 @@
 <tool id="reheader" name="Reheader BAM file">
 
   <description>From a BAM file generate a new file with the original header (if any) replaced or modified by that found in a second SAM file</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>    
     #if ($str($rg.treat_rg) != "ignore" and $str($rg.rginfo.source) == "from_form") or $str($co.treat_co) != "ignore":
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 sam_header.xml
--- a/sam_header.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/sam_header.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="ngs_run_annotation" name="NGS Run Annotation">
   <description>Create a SAM format header from run metadata for sample annotation.</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
    mimodd header
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 snap_caller.xml
--- a/snap_caller.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/snap_caller.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="read_alignment" name="SNAP Read Alignment">
   <description>Map sequence reads to a reference genome using SNAP</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command> 
  mimodd snap-batch -s
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 snp_caller_caller.xml
--- a/snp_caller_caller.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/snp_caller_caller.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="variant_calling" name="Variant Calling">
   <description>From a reference and aligned reads generate a BCF file with position-specific variant likelihoods and coverage information</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
  mimodd varcall
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 snpeff_genomes.xml
--- a/snpeff_genomes.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/snpeff_genomes.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="snpeff_genomes" name="List Installed SnpEff Genomes">
   <description>Checks the local SnpEff installation to compile a list of currently installed genomes</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command>
    mimodd snpeff-genomes -o "$outputfile"
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 varextract.xml
--- a/varextract.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/varextract.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="extract_variants" name="Extract Variant Sites">
   <description>from a BCF file</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command> 
  mimodd varextract "$ifile"
b
diff -r 6231ae8f87b8 -r a548b3c6ed00 vcf_filter.xml
--- a/vcf_filter.xml Wed Feb 11 08:29:02 2015 -0500
+++ b/vcf_filter.xml Wed Feb 11 08:57:11 2015 -0500
b
@@ -1,5 +1,8 @@
 <tool id="vcf_filter" name="VCF Filter">
   <description>Extracts lines from a vcf variant file based on field-specific filters</description>
+  <requirements>
+    <requirement type="package">mimodd</requirement>
+  </requirements>
   <version_command>mimodd version -q</version_command>
   <command> 
  mimodd vcf-filter