| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/iuc/concoct/concoct/1.1.0+galaxy2 (this tool) |
| toolshed.g2.bx.psu.edu/repos/iuc/concoct/concoct/1.1.0+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/concoct/concoct/1.1.0+galaxy0 |
| toolshed.g2.bx.psu.edu/repos/iuc/concoct/concoct/1.0.0+galaxy1 |
| toolshed.g2.bx.psu.edu/repos/iuc/concoct/concoct/1.0.0+galaxy0 |
| concoct |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| concoct | 1.1.0 | package |
| Additional information about this tool |
## CONCOCT doesn't handle gzipped files.
#if $composition_file.ext.endswith(".gz")
gunzip -c '$composition_file' > 'composition_file.fa' &&
#else:
ln -s '$composition_file' 'composition_file.fa' &&
#end if
mkdir outdir &&
concoct
--coverage_file '$coverage_file'
--composition_file 'composition_file.fa'
--clusters $advanced.clusters
--kmer_length $advanced.kmer_length
--threads \${GALAXY_SLOTS:-4}
--length_threshold $advanced.length_threshold
--read_length $advanced.read_length
--total_percentage_pca $advanced.total_percentage_pca
--basename 'outdir/'
--seed $advanced.seed
--iterations $advanced.iterations
$advanced.no_cov_normalization
$output.no_total_coverage
--no_original_data
$output.converge_out
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
coverage_file: coverage composition_file: composition.fa advanced|clusters: 400 advanced|kmer_length: 4 advanced|length_threshold: 1000 advanced|read_length: 100 advanced|total_percentage_pca: 100 advanced|seed: 1 advanced|iterations: 500 advanced|no_cov_normalization: False output|no_total_coverage: False output|converge_out: False output|log: True |
name: value name: value name: value name: value |
coverage composition.fa value |
| Test-2 |
coverage_file: coverage composition_file: composition.fa.gz advanced|clusters: 400 advanced|kmer_length: 4 advanced|length_threshold: 1000 advanced|read_length: 100 advanced|total_percentage_pca: 100 advanced|seed: 1 advanced|iterations: 500 advanced|no_cov_normalization: False output|no_total_coverage: False output|converge_out: False output|log: False |
name: value name: value name: value |
coverage composition.fa.gz value |