# HG changeset patch # User bgruening # Date 1528199515 14400 # Node ID 16803ac0f8719152e9b439f88c72cae0c96d7959 # Parent b47693f10b203201959dab6bf2b5a9ae34b3dd92 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit d3227eb74ad38fac307911b60c8a20a13349bcf9 diff -r b47693f10b20 -r 16803ac0f871 macros.xml --- a/macros.xml Wed May 30 11:53:41 2018 -0400 +++ b/macros.xml Tue Jun 05 07:51:55 2018 -0400 @@ -1,7 +1,7 @@ - nanopolish + nanopolish @@ -33,4 +33,4 @@ - \ No newline at end of file + diff -r b47693f10b20 -r 16803ac0f871 nanopolish_eventalign.xml --- a/nanopolish_eventalign.xml Wed May 30 11:53:41 2018 -0400 +++ b/nanopolish_eventalign.xml Tue Jun 05 07:51:55 2018 -0400 @@ -17,12 +17,20 @@ nanopolish index -d fast5_files/ reads.fasta && ln -s '$b' reads.bam && ln -s '${b.metadata.bam_index}' reads.bam.bai && - ln -s '$g' genome.fa && + #if $reference_source.reference_source_selector == 'history': + ln -f -s '$reference_source.ref_file' genome.fa && + #else: + ln -f -s '$reference_source.ref_file.fields.path' genome.fa && + #end if nanopolish eventalign -r reads.fasta -b reads.bam -g genome.fa + #if str($min_mapping_quality): + -q $min_mapping_quality + #end if + --threads "\${GALAXY_SLOTS:-4}" $samples $scale_events $sam @@ -47,7 +55,22 @@ - + + + + + + + + + + + + + + + + + - + - - - - + + - - - - - + + - + + + + + + + + + + + + + + + + + + + + + + + + diff -r b47693f10b20 -r 16803ac0f871 test-data/all_fasta.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/all_fasta.loc Tue Jun 05 07:51:55 2018 -0400 @@ -0,0 +1,1 @@ +draft draft draft ${__HERE__}/draft.fa \ No newline at end of file diff -r b47693f10b20 -r 16803ac0f871 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Tue Jun 05 07:51:55 2018 -0400 @@ -0,0 +1,9 @@ + + + + + value, dbkey, name, path + +
+
+ diff -r b47693f10b20 -r 16803ac0f871 tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Tue Jun 05 07:51:55 2018 -0400 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+