changeset 3:753072d9e2dd

Deleted selected files
author biomonika
date Sun, 24 Aug 2014 22:56:18 -0400
parents 624dee89ea87
children 65f07f51a1e4
files bubu.txt test_dependency.sh test_dependency.xml tool_dependencies.xml
diffstat 4 files changed, 0 insertions(+), 46 deletions(-) [+]
line wrap: on
line diff
--- a/bubu.txt	Sun Aug 24 22:56:08 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Bububu!!! Cham cham.
\ No newline at end of file
--- a/test_dependency.sh	Sun Aug 24 22:56:08 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-results=$1 #X-linked candidates written here
-
-fake_input1=${2}
-fake_input2=${3}
-
-echo "LINKYX_PATH: " $LINKYX_PATH
-
-perl ${LINKYX_PATH}/test.pl
-
-#cat ${LINKYX_PATH}/demo_files/reference.fasta >>$results
-
-
-
--- a/test_dependency.xml	Sun Aug 24 22:56:08 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-<tool id="test_dependency" name="test_dependency">
-      <description>Test toolshed dependency</description>
-        <requirements>
-            <requirement type="set_environment">LINKYX_PATH</requirement>
-        </requirements>
-      <command interpreter="bash">test_dependency.sh $output $input1 $input2</command>
-      <inputs>
-        <param format="fastq" name="input1" type="data" label="Fake left reads"/>
-        <param format="fastq" name="input2" type="data" label="Fake right reads"/>
-      </inputs>
-      <outputs>
-        <data format="fasta" name="output" />
-      </outputs>
-  
-     <tests>
-       <test>
-        <output name="out_file1" file="Y_results.txt"/>
-       </test>
-     </tests>
-   
-     <help>
-   Test dependency
-     </help>
-   
-   </tool>
\ No newline at end of file
--- a/tool_dependencies.xml	Sun Aug 24 22:56:08 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-<tool_dependency>
-    <set_environment version="1.0">
-        <environment_variable name="LINKYX_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
-    </set_environment>
-</tool_dependency>