changeset 5:1b49a4549f26 draft

Deleted selected files
author antmarge
date Sat, 18 Mar 2017 19:06:50 -0400
parents 2ded079df884
children f4b2c15caf52
files singleFitness.xml tool_dependencies.xml
diffstat 2 files changed, 0 insertions(+), 86 deletions(-) [+]
line wrap: on
line diff
--- a/singleFitness.xml	Sat Mar 18 18:46:22 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-<!-- Margaret Antonio  17.01.08 -->
-
-<tool id="singleFitness" name="Single Fitness" version="0.1.0">
-    
-    <description>assess single insertion mutation effect on organismal fitness</description>
-    
-    <command interpreter="perl">
-        singleFitness.pl
-        -c $cutoff
-        -o $outfile
-        
-        $input
-        #for $a in $additionalcsv
-        ${a.input2}
-        #end for
-        
-    </command>
-    
-    <inputs>
-        <param name="input" type="data" label="CSV Fitness File(s)"/>
-        <repeat name="additionalcsv" title="Additional csv fitness file(s)">
-            <param name="input2" type="data" label="Select" />
-        </repeat>
-        <param name="cutoff" type="integer" value="10" label="Cutoff"/>
-        <param name="out" type="text" value="singleVal.csv" label="Name of output file"/>
-    
-    </inputs>
-    
-    <outputs>
-        <data format="csv" name="outfile"  />
-    </outputs>
-    
-    <help>
-        **Tool Description**
-        
-        This tool takes calculates a single insertion mutation's fitness effect on an organism based on fitness calculation data from multiple libraries.
-        
-        **Options**
-        
-        *The csv fitness file(s)*: These are the csv (comma separated values) files containing the fitness values that will be used in downstream analyses. Since they should have been produced by the "Calculate Fitness" tool, each line besides the header should represent the following information for an insertion location: position,strand,count_1,count_2,ratio,mt_freq_t1,mt_freq_t2,pop_freq_t1,pop_freq_t2,gene,D,W,nW
-        
-        
-        *Cutoff*: This value lets you ignore the fitness scores of any insertion locations with an average count (the number of counts from t1 and t2 divided by 2) less than it.
-        
-    </help>
-    
-</tool>
--- a/tool_dependencies.xml	Sat Mar 18 18:46:22 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-
-    <set_environment version="1.0">
-        <environment_variable action="set_to" name="LINKYX_PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
-    </set_environment>
-
-    <package name="perl" version="5.18.1">
-        <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-
-    <package name="samtools-fpic" version="0.1.19">
-        <repository changeset_revision="a6c82a5d0b51" name="package_samtools_0_1_19_custom" owner="biomonika" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-
-    <package name="bioperl" version="1.6.922">
-        <install version="1.0">
-            <actions>
-                <action type="set_environment_for_install">
-                    <repository changeset_revision="a6c82a5d0b51" name="package_samtools_0_1_19_custom" owner="biomonika" toolshed="https://toolshed.g2.bx.psu.edu">
-                        <package name="samtools-fpic" version="0.1.19" />
-                    </repository>
-                    <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
-                        <package name="perl" version="5.18.1" />
-                    </repository>
-                </action>
-                <action type="setup_perl_environment">
-                    
-                    <!-- allow downloading and installing an Perl package from cpan.org-->
-                    <package>Getopt::Long</package>
-                    <package>http://search.cpan.org/CPAN/authors/id/C/CJ/CJFIELDS/BioPerl-1.007001.tar.gz</package>
-                </action>
-            </actions>
-        </install>
-        <readme>
-            Bundle::BioPerl
-        </readme>
-    </package>
-</tool_dependency>