view seqsero.xml @ 13:54207c42cb49 draft

planemo upload commit a4fb57231f274270afbfebd47f67df05babffa4a-dirty
author charles_s_test
date Thu, 30 Nov 2017 12:28:08 -0500
parents 0fdf26c5e805
children fea817412713
line wrap: on
line source

<tool id="seq_sero_reads_multiple" name="SeqSero Batch - Paired-End Reads" version="0.1.0">
      <description>Salmonella Serotype Prediction from Paired-End Reads</description>
      <requirements>
        <requirement type="package" version="1.67">biopython</requirement>
        <requirement type="package" version="1.6" >samtools</requirement>  
        <requirement type="package" version="0.7.17" >bwa</requirement>
        <requirement type="package" version="2.5.0">blast</requirement>
       <requirement type="package" version="2.8.1">sra-tools</requirement>  
       </requirements> 

      <stdio>
                <exit_code range="0:" level="warning"/>
                <regex match="Error:"/>
        </stdio>
        <command interpreter="python2.7">
     
               $__tool_directory__/run_seqsero.py $input1 $__tool_directory__/
                
        </command> 
        <inputs>
                <param format="fastq,fastqsanger" name="input1" multiple="true" type="data" label="Source file"/>
                <!--<param format="fastq" name="input2" multiple="true" type="data" label="Source file"/>-->
        </inputs>
        <outputs>
                <data name="html_file" format="html" from_work_dir="Seqsero_result.html"/>
                <data name="text_file" format="txt" from_work_dir="Seqsero_result.txt"/>
        </outputs>
          <tests>
         <test>
        <output name="text_txt" file="Seqsero_result.txt"/>
         </test>
    </tests> 
        <help>
               **This tool predicts Salmonella serotypes from shotgun WGS data.**

		
**SeqSero Documentation**

**Log in:**
 A username and password should have been emailed to you – change your password after logging in the first time.

**Creating and naming a history (histories in Galaxy are what datasets are associated with):**
 Click on the cog in the upper right corner and choose “create new” from the dropdown menu. To name your history, click on the current name (“unnamed history”) type a new name and hit return.

**Uploading data:**
 Click on the disk with the up arrow in the upper left region. Click on choose local file and navigate to the file. Select the paired end read files to be used and click open. Alternatively, files can be dragged into the box. After the files of interest have been selected click start to upload them to the Galaxy server.

**Running SeqSero:**
 In the left pane, click on “FDA tools” then “SeqSero Batch – Paired-End Reads.” Select the pairs of sequencing runs of interest and click on “Execute” in the main pane.

**Share a dataset:**
 Make sure your current library contains the data you want to share. Click on “Shared Data” from the top. Then choose “Data Libraries” from the dropdown. If you want the data to have its own folder, click on “+ new library” and give it a name. Choose the library to which you want to add the data and click on “+ data (page icon)”. Select the datasets you want to share and click “Add”. Or click on the cog in the upper right and select copy datasets from the dropdown.

**Import dataset into current history:**
 Go to “Shared Data” → “Data Libraries”. Select the relevant library and select the data of interest. Click on “to History”. Select the correct history from the dropdown and click import.
               
        </help>
       
     <citations>
          <citation type="bibtex"> 
          @Article{pmid25762776,
               Author="Zhang, S.  and Yin, Y.  and Jones, M. B.  and Zhang, Z.  and Deatherage Kaiser, B. L.  and Dinsmore, B. A.  and Fitzgerald, C.  and Fields, P. I.  and Deng, X. ",
                  Title="{{S}almonella serotype determination utilizing high-throughput genome sequencing data}",
                  Journal="J. Clin. Microbiol.",
                  Year="2015",
                  Volume="53",
                  Number="5",
                  Pages="1685--1692",
                  Month="May"
          }
          </citation>
     </citations>
       
</tool>