Mercurial > repos > thondeboer > neat_genreads
changeset 7:fc1c7b6fb7b6 draft
planemo upload commit e96b43f96afce6a7b7dfd4499933aad7d05c955e-dirty
author | thondeboer |
---|---|
date | Tue, 15 May 2018 18:12:29 -0400 |
parents | 5bcfac4f8116 |
children | dc383ecbf839 |
files | computeGC.xml genMutModel.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/computeGC.xml Tue May 15 17:12:43 2018 -0400 +++ b/computeGC.xml Tue May 15 18:12:29 2018 -0400 @@ -18,7 +18,7 @@ > out.genomecov && python2 $__tool_directory__/utilities/computeGC.py #if $in_type.input_type == "built-in": - -r ${in_type.reference.path} + -r ${in_type.reference.fields.path} #else: -r ${in_type.reference} #end if
--- a/genMutModel.xml Tue May 15 17:12:43 2018 -0400 +++ b/genMutModel.xml Tue May 15 18:12:29 2018 -0400 @@ -12,7 +12,7 @@ ## Filenames and extensions are important, so make some links to make life easier downstream ln -s $mutation_file mutation_file.vcf #if $in_type.input_type == "built-in": - && ln ${in_type.reference.fields.path} reference.fa + && ln -s ${in_type.reference.fields.path} reference.fa #else: && ln ${in_type.reference} reference.fa #end if