Mercurial > repos > petr-novak > long_reads_sampling
diff galaxy_integration.org @ 1:5596bafd2119 draft
Uploaded
author | petr-novak |
---|---|
date | Tue, 12 Dec 2017 04:33:04 -0500 (2017-12-12) |
parents | dd46956ff61f |
children | ccaedca97e5e |
line wrap: on
line diff
--- a/galaxy_integration.org Fri Dec 08 09:57:17 2017 -0500 +++ b/galaxy_integration.org Tue Dec 12 04:33:04 2017 -0500 @@ -1,4 +1,5 @@ #+TITLE: Building galaxy tools +* Long reads sampling #+BEGIN_SRC sh # require planemo if [ -e "long_reads_sampling.xml" ] @@ -19,16 +20,42 @@ | backing | up | original | file | | [32m[1mTool | written | to | long_reads_sampling.xml[0m | + + + +* Short read simulator +#+BEGIN_SRC sh +# require planemo +if [ -e "long2short.xml" ] +then + echo "backing up original file" + cp long2short.xml long2short.xml.backup +fi +/home/petr/anaconda3/bin/planemo tool_init --force --id 'long2short' \ +--name 'Get pseudo short paired end reads from long reads' \ +--requirement biopython \ +--requirement python@3.6 \ +--example_command 'long2short.py -i input_seq.fasta -o output_seq.fasta -cov coverage -L insert_length -l read_length' \ +--example_input 'input_seq.fasta' \ +--example_output 'output_seq.fasta' + +#+END_SRC + +#+RESULTS: +: Tool written to long2short.xml + file must be manually edited + +* create planemo repo with all tools # create toolshed configuration #+BEGIN_SRC bash -planemo shed_init --name=long_reads_sampling \ +/home/petr/anaconda3/bin/planemo shed_init --name=long_reads_sampling \ --owner=repeatexplorer \ --description=long_reads_sampling \ --long_description="Create sample of long reads" \ --category="Fasta Manipulation" -planemo shed_lint --tools +/home/petr/anaconda3/bin/planemo shed_lint --tools #+END_SRC #+RESULTS: