Skip to content

Commit

Permalink
Merge pull request #5504 from mvdbeek/medaka_fix
Browse files Browse the repository at this point in the history
Copy medaka fasta inputs
  • Loading branch information
mvdbeek authored Sep 26, 2023
2 parents c85c5d9 + 58ccdb1 commit 7105600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/medaka/macros.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<macros>
<token name="@TOOL_VERSION@">1.7.2</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@PROFILE@">21.01</token>
<xml name="bio_tools">
<xrefs>
Expand Down Expand Up @@ -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
]]></token>

Expand Down
1 change: 1 addition & 0 deletions tools/medaka/snp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7105600

Please sign in to comment.