Mercurial > repos > devteam > tabular_to_fastq
comparison tabular_to_fastq.xml @ 5:78fb18899c99 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/galaxy_sequence_utils/tabular_to_fastq commit bb5df9e62585e12f08dfc0a9f86eec8e205b4845
author | iuc |
---|---|
date | Fri, 04 Oct 2024 10:35:38 +0000 |
parents | 2dcfbbf9071a |
children |
comparison
equal
deleted
inserted
replaced
4:2dcfbbf9071a | 5:78fb18899c99 |
---|---|
1 <tool id="tabular_to_fastq" name="Tabular to FASTQ" version="@TOOL_VERSION@"> | 1 <tool id="tabular_to_fastq" name="Tabular to FASTQ" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>converter</description> | 2 <description>converter</description> |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
3 <edam_topics> | 6 <edam_topics> |
4 <edam_topic>topic_0622</edam_topic> | 7 <edam_topic>topic_0622</edam_topic> |
5 </edam_topics> | 8 </edam_topics> |
6 <edam_operations> | 9 <edam_operations> |
7 <edam_operation>operation_3434</edam_operation> | 10 <edam_operation>operation_3434</edam_operation> |
8 </edam_operations> | 11 </edam_operations> |
9 <macros> | |
10 <import>macros.xml</import> | |
11 </macros> | |
12 <requirements> | 12 <requirements> |
13 <requirement type="package" version="3.7">python</requirement> | 13 <requirement type="package" version="3.7">python</requirement> |
14 </requirements> | 14 </requirements> |
15 <command><![CDATA[ | 15 <command><![CDATA[ |
16 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' | 16 python '$__tool_directory__/tabular_to_fastq.py' '$input_file' '$output_file' '$identifier' '$sequence' '$quality' |