Mercurial > repos > thondeboer > neat_genreads
comparison computeGC.xml @ 7:fc1c7b6fb7b6 draft
planemo upload commit e96b43f96afce6a7b7dfd4499933aad7d05c955e-dirty
author | thondeboer |
---|---|
date | Tue, 15 May 2018 18:12:29 -0400 |
parents | 98195057e06d |
children | 441103f02a11 |
comparison
equal
deleted
inserted
replaced
6:5bcfac4f8116 | 7:fc1c7b6fb7b6 |
---|---|
16 -g ${in_type.reference} | 16 -g ${in_type.reference} |
17 #end if | 17 #end if |
18 > out.genomecov | 18 > out.genomecov |
19 && python2 $__tool_directory__/utilities/computeGC.py | 19 && python2 $__tool_directory__/utilities/computeGC.py |
20 #if $in_type.input_type == "built-in": | 20 #if $in_type.input_type == "built-in": |
21 -r ${in_type.reference.path} | 21 -r ${in_type.reference.fields.path} |
22 #else: | 22 #else: |
23 -r ${in_type.reference} | 23 -r ${in_type.reference} |
24 #end if | 24 #end if |
25 -i out.genomecov | 25 -i out.genomecov |
26 -o $computeGC_modelfile | 26 -o $computeGC_modelfile |