Repository revision
3:4bd5e5dbc6c5

Repository 'structure'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/structure

Structure tool metadata
Miscellaneous
Structure
using multi-locus genotype data to investigate population structure
structure
toolshed.g2.bx.psu.edu/repos/iuc/structure/structure/2.3.4+galaxy1
2.3.4+galaxy1
structure | grep -E -o 'Version.+'
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/structure/structure/2.3.4+galaxy1 (this tool)
toolshed.g2.bx.psu.edu/repos/iuc/structure/structure/2.3.4
structure
Requirements (dependencies defined in the <requirements> tag set)
name version type
structure 2.3.4 package
Additional information about this tool
cp '$mainparams' '$out_mainparams' &&
        cp '$extraparams' '$out_extraparams' &&

        mkdir out log

        #for $run in range(1, int($nb_run) + 1):
            && structure -i '$infile' -o outfile -m '$out_mainparams' -e '$out_extraparams' > 'log/K_${main.MAXPOPS}_run_${run}_f.log'
            && mv 'outfile_f' 'out/K_${main.MAXPOPS}_run_${run}_f'
        #end for

    
None
False
Functional tests
name inputs outputs required files
Test-1 infile: testdata1
nb_run: 2
main|MAXPOPS: 2
main|NUMINDS: 200
main|NUMLOCI: 5
main|PLOIDY: 2
main|MISSING: -999
main|ONEROWPERIND: False
main|LABEL: True
main|POPDATA: True
main|LOCDATA: True
main|MARKERNAMES: False
extra|randomize_cond|RANDOMIZE: 0
testdata1