# HG changeset patch # User iuc # Date 1493281071 14400 # Node ID 39d2b6c1c03099e456b1ae1b10982a518d20d572 # Parent 2505774ded94b9ac35dabdf0bb4e8f06b29bf761 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit dc23703c260d004a28fe24a2a7c00cb4371bc32e diff -r 2505774ded94 -r 39d2b6c1c030 macros.xml --- a/macros.xml Fri Apr 07 11:47:48 2017 -0400 +++ b/macros.xml Thu Apr 27 04:17:51 2017 -0400 @@ -2,14 +2,14 @@ - stacks + stacks velvet - quay.io/biocontainers/stacks:1.42--2 + stacks_summary - 1.42 + 1.46 @@ -90,6 +90,7 @@ + @@ -100,6 +101,19 @@ + + + + /dev/null 2>&1; then gunzip stacks_outputs/*.gz; fi + + && + + stacks_summary.py --stacks-prog denovo_map.pl --res-dir stacks_outputs --logfile stacks_outputs/denovo_map.log --summary stacks_outputs/summary.html + #if str( $options_usage.rad_analysis_type ) == "population" + --pop-map '$options_usage.popmap' + #end if ]]> @@ -159,16 +156,16 @@ - + - + - + @@ -193,6 +190,8 @@ + + @@ -232,6 +231,11 @@ + + + + + @@ -312,6 +316,11 @@ + + + + + @@ -392,6 +401,11 @@ + + + + + @@ -467,6 +481,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 2505774ded94 -r 39d2b6c1c030 test-data/demultiplexed/PopA_01.1.fq.gzip Binary file test-data/demultiplexed/PopA_01.1.fq.gzip has changed diff -r 2505774ded94 -r 39d2b6c1c030 test-data/denovo_map/popmap_cstacks.tsv --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/denovo_map/popmap_cstacks.tsv Thu Apr 27 04:17:51 2017 -0400 @@ -0,0 +1,1 @@ +PopA_01 myPopA diff -r 2505774ded94 -r 39d2b6c1c030 test-data/procrad/R1.fq.gzip Binary file test-data/procrad/R1.fq.gzip has changed diff -r 2505774ded94 -r 39d2b6c1c030 test-data/ustacks/ustacks.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/ustacks/ustacks.out Thu Apr 27 04:17:51 2017 -0400 @@ -0,0 +1,41 @@ +ustacks parameters selected: + Sample ID: 1 + Min depth of coverage to create a stack: 2 + Max distance allowed between stacks: 2 + Max distance allowed to align secondary reads: 4 + Max number of stacks allowed per de novo locus: 3 + Deleveraging algorithm: disabled + Removal algorithm: enabled + Model type: SNP + Alpha significance level for model: 0.05 + Gapped alignments: disabled +Parsing stacks_inputs/PopA_01.fq +Loading RAD-Tags...done +Loaded 66 RAD-Tags. + Inserted 7 elements into the RAD-Tags hash map. + 0 reads contained uncalled nucleotides that were modified. +4 initial stacks were populated; 3 stacks were set aside as secondary reads. +Initial coverage mean: 15.75; Std Dev: 7.46241; Max: 27 +Deleveraging trigger: 23; Removal trigger: 31 +Calculating distance for removing repetitive stacks. + Distance allowed between stacks: 1; searching with a k-mer length of 47 (48 k-mers per read); 1 k-mer hits required. +Removing repetitive stacks. + Removed 0 stacks. + 4 stacks remain for merging. +Post-Repeat Removal, coverage depth Mean: 15.75; Std Dev: 7.46241; Max: 27 +Calculating distance between stacks... + Distance allowed between stacks: 2; searching with a k-mer length of 31 (64 k-mers per read); 2 k-mer hits required. +Merging stacks, maximum allowed distance: 2 nucleotide(s) + 4 stacks merged into 3 loci; deleveraged 0 loci; blacklisted 0 loci. +After merging, coverage depth Mean: 21; Std Dev: 4.24264; Max: 27 +Merging remainder radtags + 3 remainder sequences left to merge. + Distance allowed between stacks: 4; searching with a k-mer length of 17 (78 k-mers per read); 10 k-mer hits required. + Matched 3 remainder reads; unable to match 0 remainder reads. +After remainders merged, coverage depth Mean: 22; Std Dev: 4.32049; Max: 28 +Calling final consensus sequences, invoking SNP-calling model... +Number of utilized reads: 66 +Writing loci, SNPs, and alleles to 'stacks_outputs/'... + Refetching sequencing IDs from stacks_inputs/PopA_01.fq... read 66 sequence IDs. +done. +ustacks is done.