so if you want to stick to this tool version I guess you need to set the build. But for this tool any value should be OK.
another one: apparently nowadays 3 columns should be available in a tool data table: value, path, and name. For older tools (e.g. mothur again) this seems sometimes not to be the case. For mothur I have now 3 columns id, path, type (last one just added). What would be the best strategy to update the tool?
Furthermore, what would be the best strategy to add a column (for mothur aligndb I just added the 3rd column)?
@nsoranzo : thanks for the answer: I was just reading at https://galaxyproject.org/admin/tools/data-tables/ that "value, path, and name should all be included". Also: Why do I need to create a new data table? Can't I just add a column?
Also wondering why this https://github.com/galaxyproject/tools-iuc/blob/60e2302cfac90d0c909ef61815aaaafaaad5816a/tools/mothur/align.seqs.xml#L17 works. I would have expected something like reference.fields.... in the case of cached reference data.
snippy tool that prevent asnippy -> snippy-core pipeline from working. I've filed an issue here: galaxyproject/tools-iuc#2451
<param name="name" type="text" optional="true" default="galaxy_seurat" label="Optional name of the experiment for Seurat" help="Default name is galaxy_seurat"/>
snippy-corethat I've included in the issue, the arguments for snippy-core aren't quoted (except for the --ref file).
mkdir 'snippy on data 2, data 1, and data 8 dir for snippy core' &&
tar -xf '/export/galaxy-central/database/files/000/dataset_587.dat' -C 'snippy on data 2, data 1, and data 8 dir for snippy core' --strip-components=1 &&
mkdir 'snippy on data 5, data 3, and data 8 dir for snippy core' &&
tar -xf '/export/galaxy-central/database/files/000/dataset_590.dat' -C 'snippy on data 5, data 3, and data 8 dir for snippy core' --strip-components=1 &&
mkdir 'snippy on data 4, data 6, and data 8 dir for snippy core' &&
tar -xf '/export/galaxy-central/database/files/000/dataset_593.dat' -C 'snippy on data 4, data 6, and data 8 dir for snippy core' --strip-components=1 &&
snippy-core --ref '/export/galaxy-central/database/files/000/dataset_563.dat' snippy on data 2, data 1, and data 8 dir for snippy core snippy on data 5, data 3, and data 8 dir for snippy core snippy on data 4, data 6, and data 8 dir for snippy core
Fatal error: Exit code 2 ()
This is snippy-core 4.3.6
Obtained from http://github.com/tseemann/snippy
Enabling bundled tools.
Found any2fasta - /export/tool_deps/_conda/envs/__snippy@4.3.6/binaries/noarch/any2fasta
Found samtools - /export/tool_deps/_conda/envs/__snippy@4.3.6/bin/samtools
Found minimap2 - /export/tool_deps/_conda/envs/__snippy@4.3.6/bin/minimap2
Found bedtools - /export/tool_deps/_conda/envs/__snippy@4.3.6/bin/bedtools
Found snp-sites - /export/tool_deps/_conda/envs/__snippy@4.3.6/bin/snp-sites
Saving reference FASTA: core.ref.fa
This is any2fasta 0.4.2
Opening '/export/galaxy-central/database/files/000/dataset_563.dat'
Detected FASTA format
Read 20520 lines from '/export/galaxy-central/database/files/000/dataset_563.dat'
Wrote 1 sequences from FASTA file.
Processed 1 files.
Done.
Loaded 1 sequences totalling 1641481 bp.
Will mask 0 regions totalling 0 bp ~ 0.00%
ERROR: Sample 'snippy' is not a folder, seems to be a file?
'snippy on data 2, data 1, and data 8 dir for snippy core' etc. I noticed that the snippy tool already creates a .tar.gz file that contains a snippy results directory that is named with the sample name. So it seems to me that we just need to extract those into the working directory and pass them to snippy-core. It seems unnecessary to create new directories in the snippy-core tool to extract into.
snippy-core input directories not being quoted is still unresolved in PR: https://github.com/galaxyproject/tools-iuc/pull/2452/files#r296449599
Salmon option is commented out in the MultiQC tool? I'm assuming something doesn't work, but curious if anyone knows more as I'd like to get this working. https://github.com/galaxyproject/tools-iuc/blob/master/tools/multiqc/multiqc.xml#L540
.tar.gz files that I was referring to are created by the snippy tool wrapper here: https://github.com/galaxyproject/tools-iuc/blob/6afb87d2f226ac2fb61255b89dd9c36940b482c9/tools/snippy/snippy.xml#L66