Mercurial > repos > shellac > guppy_basecaller
comparison guppy_basecaller.xml @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
comparison
equal
deleted
inserted
replaced
4:79f47841a781 | 5:9b1c78e6ba9c |
---|---|
1 <tool id="guppy-basecaller" name="Guppy basecaller wrapper" version="0.1.2"> | 1 <tool id="guppy-basecaller" name="Guppy basecaller wrapper" version="0.1.3" python_template_version="3.5"> |
2 <description>A simple wrapper for guppy basecaller that depends on configuration files</description> | 2 <description>A simple wrapper for guppy basecaller that depends on configuration files</description> |
3 <requirements> | 3 <requirements> |
4 </requirements> | 4 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 5 <command detect_errors="exit_code"><![CDATA[ |
6 ln -s $infile input.fast5 && | 6 ln -s $infile input.fast5 && |
10 <inputs> | 10 <inputs> |
11 <param name="infile" type="data" format="h5" label="Fast5 input"/> | 11 <param name="infile" type="data" format="h5" label="Fast5 input"/> |
12 <param name="config" type="data" format="tar" label="Guppy basecall configuration model"/> | 12 <param name="config" type="data" format="tar" label="Guppy basecall configuration model"/> |
13 </inputs> | 13 </inputs> |
14 <outputs> | 14 <outputs> |
15 <!--<data name="results" format="fastq"> | 15 <data name="guppy_result" format="fastq"> |
16 <discover_datasets directory="out" ext="fastq" pattern=".+\.fastq" visible="true"/> | 16 <discover_datasets directory="out" ext="fastq" pattern=".+\.fastq" visible="true"/> |
17 </data>--> | 17 </data> |
18 <data format="fastq" name="output" label="Modified FASTQ"/> | |
19 </outputs> | 18 </outputs> |
20 <help><![CDATA[ | 19 <help><![CDATA[ |
21 A wrapper for guppy basecaller. This expects two inputs: a fast5 file, and a configuration in the form of a tar file. | 20 A wrapper for guppy basecaller. This expects two inputs: a fast5 file, and a configuration in the form of a tar file. |
22 | 21 |
23 You can find configurations at https://github.com/nanoporetech/rerio, and in particular the directory https://github.com/nanoporetech/rerio/basecall_models. | 22 You can find configurations at https://github.com/nanoporetech/rerio, and in particular the directory https://github.com/nanoporetech/rerio/basecall_models. |