Mercurial > repos > petr-novak > long_reads_sampling
comparison long_reads_sampling.xml @ 4:060fc04af21c draft default tip
planemo upload for repository https://github.com/kavonrtep/galaxy_tools commit dcff0045d0b212ebc5c4bef6a824bdbd3bb16ac3
author | petr-novak |
---|---|
date | Fri, 08 Dec 2023 13:11:02 +0000 |
parents | 9819570dc020 |
children |
comparison
equal
deleted
inserted
replaced
3:9819570dc020 | 4:060fc04af21c |
---|---|
3 <requirement type="package">biopython</requirement> | 3 <requirement type="package">biopython</requirement> |
4 <requirement type="package" version="3.6" >python</requirement> | 4 <requirement type="package" version="3.6" >python</requirement> |
5 </requirements> | 5 </requirements> |
6 <required_files> | 6 <required_files> |
7 <include type="literal" path="long2short.py"/> | 7 <include type="literal" path="long2short.py"/> |
8 <include type="literal" path="long_reads_sampling.py"/> | |
8 </required_files> | 9 </required_files> |
9 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
10 python3 $__tool_directory__/long_reads_sampling.py -i "$input1" -o "$output1" -l ${total_length} -s ${seed} | 11 python3 $__tool_directory__/long_reads_sampling.py -i "$input1" -o "$output1" -l ${total_length} -s ${seed} |
11 ]]></command> | 12 ]]></command> |
12 <inputs> | 13 <inputs> |