# HG changeset patch # User bgruening # Date 1620369965 0 # Node ID d03669da4b59e79fd083bb51df120a2f1aaa2fe4 # Parent 0ca2753c5090db69839c3477b8ef2fdfe6909eaa "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit 4883f9a9a2779e2b4792314bd6128c7c109c00e1" diff -r 0ca2753c5090 -r d03669da4b59 nanopolish_eventalign.xml --- a/nanopolish_eventalign.xml Fri May 29 17:27:21 2020 +0000 +++ b/nanopolish_eventalign.xml Fri May 07 06:46:05 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. -# -