changeset 66:78ed71c3ddfd draft

Uploaded
author stef
date Fri, 27 Feb 2015 08:23:12 -0500
parents de843dbd0f62
children 61c0e184e50d
files falco-filter-report.sh falco-filter-report.xml tool_dependencies.xml
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/falco-filter-report.sh	Fri Feb 27 08:17:02 2015 -0500
+++ b/falco-filter-report.sh	Fri Feb 27 08:23:12 2015 -0500
@@ -104,7 +104,7 @@
 ## ----------
 #cp 'index.html' $html_out # this is the overview of samples html
 #cp $bam_base'.html' $out_path/'out.html' # this is the sample html
-cp $bam_base'.html' $html_out # this is the sample html
+cp $vcf_base'.html' $html_out # this is the sample html
 
 ## ----------
 ## copy files to keep to output path
--- a/falco-filter-report.xml	Fri Feb 27 08:17:02 2015 -0500
+++ b/falco-filter-report.xml	Fri Feb 27 08:23:12 2015 -0500
@@ -3,7 +3,7 @@
   <requirements>
     
     <requirement type="package" version="0.1.19">samtools</requirement>
-    <requirement type="package" version="3.0.3">R</requirement>
+    <requirement type="package" version="3.0.1">R</requirement>
     
   </requirements>
 
--- a/tool_dependencies.xml	Fri Feb 27 08:17:02 2015 -0500
+++ b/tool_dependencies.xml	Fri Feb 27 08:23:12 2015 -0500
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <tool_dependency>
     
-    <package name="R" version="3.0.3">
-        <repository changeset_revision="e509651776fa" name="package_r_3_0_3" owner="iuc" prior_installation_required="TRUE" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    <package name="R" version="3.0.1">
+        <repository changeset_revision="349e070fdac8" name="package_r_3_0_1" owner="iuc" prior_installation_required="TRUE" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
     
     <package name="samtools" version="0.1.19">