# HG changeset patch # User iuc # Date 1695723085 0 # Node ID 630e6aeeb7e87b8fc427753b5c5a336236589d3e # Parent 179342c7b86c7b5694305c35fbfb54d4c7860d25 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/medaka commit 7105600c6ba7a49e8933e1a1357566fc2126df58 diff -r 179342c7b86c -r 630e6aeeb7e8 macros.xml --- a/macros.xml Wed Oct 12 07:43:59 2022 +0000 +++ b/macros.xml Tue Sep 26 10:11:25 2023 +0000 @@ -1,6 +1,6 @@ 1.7.2 - 0 + 1 21.01 @@ -37,10 +37,10 @@ #if $reference_source.ref_file.ext.endswith(".gz") gunzip -c '$reference_source.ref_file' > reference.fa && #else - ln -f -s '$reference_source.ref_file' reference.fa && + cp '$reference_source.ref_file' reference.fa && #end if #else: - ln -f -s '$reference_source.ref_file.fields.path' reference.fa && + cp '$reference_source.ref_file.fields.path' reference.fa && #end if ]]> diff -r 179342c7b86c -r 630e6aeeb7e8 snp.xml --- a/snp.xml Wed Oct 12 07:43:59 2022 +0000 +++ b/snp.xml Tue Sep 26 10:11:25 2023 +0000 @@ -140,6 +140,7 @@ This module decodes probabilities to SNPs but NOT indels. For a more general solution see the medaka *variant* tool. + ---- .. class:: infomark