# HG changeset patch # User bgruening # Date 1620370166 0 # Node ID 855b7ba0ce9ce0feabb6ca84c8f6d39240cef003 # Parent 8fdb079ddaf076c212e41500d30f01792389fb61 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 4883f9a9a2779e2b4792314bd6128c7c109c00e1" diff -r 8fdb079ddaf0 -r 855b7ba0ce9c nanopolish_eventalign.xml --- a/nanopolish_eventalign.xml Fri May 29 13:29:43 2020 -0400 +++ b/nanopolish_eventalign.xml Fri May 07 06:49:26 2021 +0000 @@ -1,4 +1,4 @@ - + - Align nanopore events to reference k-mers macros.xml @@ -49,6 +49,7 @@ --threads "\${GALAXY_SLOTS:-4}" $samples $scale_events + $signal_index $sam $print_read_names #if $w and str($w).strip(): @@ -110,6 +111,10 @@ label="Write the raw samples for the event to the tsv output" /> + + + -# -#So, all_fasta.loc could look something like this: -# -#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa -#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa -#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa -# -#Your all_fasta.loc file should contain an entry for each individual -#fasta file. So there will be multiple fasta files for each build, -#such as with hg19 above. -# -