Repository revision
10:97476dfde728

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

Kc-Align tool metadata
Miscellaneous
Kc-Align
kc-align
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/1.0.2+galaxy1
1.0.2+galaxy1
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/1.0.2+galaxy1 (this tool)
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/1.0.2
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/1.0
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.2
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.7
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.6
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.5
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.4
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.3
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.2
toolshed.g2.bx.psu.edu/repos/iuc/kc_align/kc-align/0.1.0
kc-align
Requirements (dependencies defined in the <requirements> tag set)
name version type
kcalign 1.0.2 package
Additional information about this tool
## number of slots needs to be one or divisible by three
        SLOTS=\${GALAXY_SLOTS:-1};
        while [ \$SLOTS -gt 1 ]; 
        do
            if ! (( \$SLOTS % 3 )) ; then break; fi; 
            ((SLOTS--));
        done;
        if [[ "\${GALAXY_SLOTS:-1}" -ne "\$SLOTS" ]]; then
            >&2 echo "Warning: using only \$SLOTS threads (instead of the configured \${GALAXY_SLOTS:-1}), since it needs to be 1 or a multiple of three. Please contact your Galaxy Admin";
        fi;

        kc-align
            --mode '$position.mode'
            --reference '$ref'
            --sequences '$seqs'
            #if $position.mode == "genome":
                --start '$position.start'
                --end '$position.end'
                -d '$position.dist'
            #end if
            #if $position.mode == "mixed":
                -d '$position.dist'
            #end if
            $compress
            -th "\$SLOTS"

    
None
False
Functional tests
name inputs outputs required files
Test-1 ref: wuhan_ref.fasta
seqs: 3.fasta
position|start: 21563
position|end: 25384
position|mode: genome
name: value
name: value
wuhan_ref.fasta
3.fasta
value