# HG changeset patch # User greg # Date 1605821131 0 # Node ID bca267738b331b86e2ceb8c90130712caf8b6d93 # Parent ebc08e5ce646f338af77c0a673c17e975f8b13b1 Uploaded diff -r ebc08e5ce646 -r bca267738b33 vsnp_determine_ref_from_data.xml --- a/vsnp_determine_ref_from_data.xml Tue Apr 21 10:08:28 2020 -0400 +++ b/vsnp_determine_ref_from_data.xml Thu Nov 19 21:25:31 2020 +0000 @@ -7,7 +7,6 @@ - + @@ -83,10 +87,23 @@ - + + + + + + + + + + + + + + @@ -96,27 +113,46 @@ input_type_cond['input_type'] == 'single' - + input_type_cond['input_type'] == 'collection' - + input_type_cond['input_type'] == 'collection' - - - + + + + + + + + + + + + + + + + + + + + + + **What it does** -Accepts a single fastqsanger read, a set of paired reads, or a collections of reads and inspects the data to discover the +Accepts a single fastqsanger read, a set of paired reads, or a collection of reads and inspects the data to discover the best reference genome for aligning the reads. This tool is, in essence, a DNA sniffer, and is the first Galaxy tool to perform this task. While inspecting the data, a string of 0's and 1's is compiled based on the data contents, and we call the complete string a "DNA print". All of the "DNA prints" files installed by the complementary **vSNP DNAprints data @@ -149,7 +185,7 @@ **Required Options** - * **Choose the category of the files to be analyzed** - select "Single files" or "Collections of files", then select the appropriate history items (single or paired fastqsanger reads or collections of fastqsanger reads) based on the selected option. + * **Choose the category of the files to be analyzed** - select "Single files" or "Collection of files", then select the appropriate history items (single or paired fastqsanger reads or a collection of fastqsanger reads) based on the selected option. * **Number of processes for job splitting** - Select the number of processes for splitting the job to shorten execution time.