# HG changeset patch # User iuc # Date 1493281047 14400 # Node ID bdad4fb6f85abab0c27b3b543d25e23b782b2d0b # Parent c3fc406e67222d2474cd92e836e741a1592be6db planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit dc23703c260d004a28fe24a2a7c00cb4371bc32e diff -r c3fc406e6722 -r bdad4fb6f85a macros.xml --- a/macros.xml Fri Apr 07 11:47:24 2017 -0400 +++ b/macros.xml Thu Apr 27 04:17:27 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 @@ + + + + ustacks.log 2>&1 + 2>&1 | tee ustacks.log + + ## If input is in gz format, stacks will output gzipped files (no option to control this) + #if $sample.is_of_type('fastqsanger.gz') + && gunzip stacks_outputs/*.gz + #end if + + && + + stacks_summary.py --stacks-prog ustacks --res-dir stacks_outputs --logfile ustacks.log --summary stacks_outputs/summary.html ]]> - + @@ -87,16 +95,19 @@
- +
- - - + + + + + + @@ -111,6 +122,8 @@ + + @@ -128,6 +141,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r c3fc406e6722 -r bdad4fb6f85a test-data/demultiplexed/PopA_01.1.fq.gzip Binary file test-data/demultiplexed/PopA_01.1.fq.gzip has changed diff -r c3fc406e6722 -r bdad4fb6f85a 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:27 2017 -0400 @@ -0,0 +1,1 @@ +PopA_01 myPopA diff -r c3fc406e6722 -r bdad4fb6f85a test-data/procrad/R1.fq.gzip Binary file test-data/procrad/R1.fq.gzip has changed diff -r c3fc406e6722 -r bdad4fb6f85a 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:27 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.