view impc_tool.xml @ 0:0a9cf7f52b9c draft default tip

planemo upload commit 213f6eeb03f96bb13d0ace6e0c87e2562d37f728-dirty
author infr
date Wed, 22 Jun 2022 13:36:44 +0000
parents
children
line wrap: on
line source

<tool id="IMPC_query_tool" name="IMPC" version="0.9.0">
  <description> query tool.</description>
  <requirements>
    <requirement type="package">requests</requirement>
    <requirement type="package">pandas</requirement>
	<requirement type="package">lxml</requirement>
  </requirements>
  <stdio>
  </stdio>
  <command>
	  <![CDATA[python3 "$__tool_directory__/impc_tool.py" 
	  #if $query_type.selector == '7'
	  	'$query_type.input' '$output' '$query_type.selector' '$query_type.head'
	  #else
	  	#if $query_type.inp_q.inp_sel == 'str'
	    	'$query_type.inp_q.input' '$output' '$query_type.selector' '$query_type.head' '$query_type.inp_q.inp_sel'
		#else
			'$query_type.inp_q.input' '$output' '$query_type.selector' '$query_type.head' '$query_type.inp_q.inp_sel' '$query_type.inp_q.sep'
		#end if
	  #end if]]>
  </command>
  <inputs>
          <conditional name="query_type">
                  <param name="selector" type="select" label="Select a query:">
                          <option value="1">1 - Extract all measured phenotypes related to a gene</option>
                          <option value="2">2 - Extract all genes having a particular phenotype or a set of phenotypes (e.g. relevant to a disease)</option>
                          <option value="3">3 - Extract all phenotypes which are present in a particular gene set (e.g. genes together in a pathway)</option>
                          <option value="4">4 - Extract images with a particular phenotype or a set of phenotypes</option>
                          <option value="5">5 - Which IMPReSS parameters have been measured for a particular knockout</option>
                          <option value="6">6 - Which IMPRess parameters identified a significant finding for a particular knockout</option>
                          <option value="7">7 - Full table of genes and all identified phenotypes, no input needed</option>
						  <option value="8">8 - Extract all genes names and ID measured in a specific IMPReSS pipeline</option>
						  <option value="9">9 - Extract all genes and corresponding phenotypes related to a particular top level phenotype category</option>
                  </param>
                  <when value="1">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
							  <param name="input" type="text" label="Input gene:" help="Enter a single MGI gene id or gene symbol"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with the Gene MGI id or gene symbol"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="2">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          		<param name="input" type="text" label="Input phenotype or set of phenotypes:" help="Enter a single MP/HP term id or a list dividing each id with a comma (without spaces)"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with the MP/HP terms"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="3">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          	<param name="input" type="text" label="Input gene or set of genes:" help="Enter a single MGI gene id (or gene symbol) or a list dividing each id with a comma (without spaces)"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with the genes MGI ids or symbols"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="4">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          		<param name="input" type="text" label="Input phenotype or set of phenotypes:" help="Enter a single MP/HP term id or a list dividing each id with a comma (without spaces)"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with the MP/HP terms"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="5">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          		<param name="input" type="text" label="Input gene:" help="Enter an IMPReSS parameter id or a list of ids dividing each id with a comma (without spaces)"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with an IMPReSS parameter id or a list of ids"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="6">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          		<param name="input" type="text" label="Input gene:" help="Enter an IMPReSS parameter id or a list of ids dividing each id with a comma (without spaces)"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with an IMPReSS parameter id or a list of ids"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="7">
                          <param name="input" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Include genes without identified phenotypes?" help="Choose if include in the output table also those genes that have no registred phenotypes. By default they are excluded."/>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="8">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          	<param name="input" type="text" label="Input pipeline:" help="Enter a IMPReSS pipeline id"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with an IMPReSS pipeline id"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
                  <when value="9">
					  <conditional name="inp_q">
						  <param name="inp_sel" type="select" label="Select the type of input">
							  <option value="str">1 - Direct input</option>
							  <option value="txt">2 - Txt file</option>
						  </param>
						  <when value="str">
                          		<param name="input" type="text" label="Input id:" help="Enter a top level phenotype category id"/>
						  </when>
						  <when value="txt">
							  <param name="input" type="data" format="data,tabular,txt" label="Input file:" help="Enter a txt file with a top level phenotype category id"/>
							  <param name="sep" type="select" label="Select the separator used in the file:">
								  <option value="t">tab</option>
								  <option value="s">single space</option>
								  <option value=",">,</option>
								  <option value=";">;</option>
							  </param>
						  </when>
					  </conditional>
						  <param name="head" type="boolean" checked="true" truevalue="True" falsevalue="False" label="Choose if include the header in the output. The default value is True."/>
                  </when>
          </conditional>
  </inputs>
  <outputs>
	  <data format="tabular" name="output" label="${tool.name} query n° $query_type.selector"/>  
  </outputs>
  <help><![CDATA[
	  **What it does**
	  
	  With this tool, it is possible to submit various types of queries to the IMPC database.
	  Select the desired query from the drop down menu. As input both MGI ids or gene symbols are allowed (even mixed). If you want to input more than one id, separate them with a comma without spaces (eg: MGI:104636,MGI:104637). If a mixed input is retrieved, the order after the mapping will not be maintained.
	  Note that if the mapping between the two types of ids doesn't retrieves a result, that id will not be included in the query input, resulting in an error if all of the ids are not mapped. The output will be a table containing the data.
	  For the phenotypes, is possible to give as input both MP term ids or HP terms ids since they will be mapped to MP terms (also here the order of the input will not be maintained).
	  For both genes and phenotypes mapping, check the "View details" section of the job to check if some of them were not mapped (typo errors/id not present in the database).
	  For queries requiring an IMPReSS pipeline id, here_ is possible to find a complete list with details about each pipeline.
	  For query 7 no inputs are required and you can choose if including genes without identified phenotypes or not.
	  In query number 9, a top level phenotype category is required as input. On IMPC, phenotypes are divided into 20 categories to summarize wich systems are mainly influenced by the phenotype. In the database they are 24, since some of them are splitted into different groups:
	  
	  
	  +-----------------------------------------+---------------------------------------+
	  |    Top level phenotype category name    |    top level phenotype category id    |
	  +=========================================+=======================================+
	  |    Immune system phenotype              |    MP:0005387                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Integument phenotype                 |    MP:0010771                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Adipose tissue phenotype             |    MP:0005375                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Hearing/vestibular/ear phenotype     |    MP:0005377                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Hematopoietic system phenotype       |    MP:0005397                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Craniofacial phenotype               |    MP:0005382                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Cardiovascular system phenotype      |    MP:0005385                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Renal/urinary system phenotype       |    MP:0005367                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Homeostasis/metabolism phenotype     |    MP:0005376                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Pigmentation phenotype               |    MP:0001186                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Limbs/digits/tail phenotype          |    MP:0005371                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Nervous system phenotype             |    MP:0003631                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Vision/eye phenotype                 |    MP:0005391                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Liver/biliary system phenotype       |    MP:0005370                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Respiratory system phenotype         |    MP:0005388                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Behavior/neurological phenotype      |    MP:0005386                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Skeleton phenotype                   |    MP:0005390                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Mortality/aging                      |    MP:0010768                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Reproductive system phenotype        |    MP:0005389                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Endocrine/exocrine gland phenotype   |    MP:0005379                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Growth/size/body region phenotype    |    MP:0005378                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Embryo phenotype                     |    MP:0005380                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Muscle phenotype                     |    MP:0005369                         |
	  +-----------------------------------------+---------------------------------------+
	  |    Digestive/alimentary phenotype       |    MP:0005381                         |
	  +-----------------------------------------+---------------------------------------+
	  
	  |
	  |
	  
	  For each query is possible to choose if include or not an header row. Note that not all tools have an option to remove it automatically. In this case the user will have to remove it using the tool "Remove beginning of a file".
	  
	  
	  The headers for each query are the following:
	  
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |         Query                                                                                     |    Output header columns                                                 |
	  +===================================================================================================+==========================================================================+
	  |Extract all measured phenotypes related to a gene                                                  |MP term name, MP term ID                                                  |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Extract all genes having a particular phenotype or a set of phenotypes                             |Gene accession id, Gene name, Gene bundle url                             |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Extract all phenotypes which are present in a particular gene set                                  |MP term ID, MP term name, genes                                           |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Extract images with a particular phenotype or a set of phenotypes                                  |External sample id, Gene symbol, Biological sample group, Sex, Colony id, |
	  |                                                                                                   |Zygosity, Parameter name, Download url, Thumbnail url                     |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Which IMPReSS parameters have been measured for a particular knockout                              |IMPReSS Parameter name                                                    |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Which IMPRess parameters identified a significant finding for a particular knockout                |IMPReSS Parameter name, p-value                                           |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Full table of genes and all identified phenotypes                                                  |Gene, Identified phenotypes                                               |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Extract all genes names and ID measured in a specific IMPReSS pipeline                             |Gene accession id, Gene name                                              |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  |Extract all genes and corresponding phenotypes related to a particular top level phenotype category|Gene accession id, Significant mp term id, Significant mp term name       |
	  +---------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------+
	  
	  |
	  |
	  
	  **Credits**
	   
	  * `Infrafrontier GmbH`_
	  
	  * `International Mouse Phenotype Consortium`_
	  
.. _here: https://www.mousephenotype.org/impress/pipelines
.. _`Infrafrontier GmbH`: https://infrafrontier.eu
.. _`International Mouse Phenotype Consortium`: https://mousephenotype.org
]]></help>
<citations>
	<citation type="doi">https://doi.org/10.1093/nar/gku1193</citation>
	<citation type="doi">https://doi.org/10.1038/nature19356</citation>
</citations>
</tool>