# HG changeset patch # User petr-novak # Date 1697447992 0 # Node ID 65d1a27e9339bcde4528ce673d1997d1f71a261b # Parent 335d138b654b8b6c6f40016304d176c38761294d planemo upload commit ccbd120278facd9aa39c1c46665ee994ebd3cff2-dirty diff -r 335d138b654b -r 65d1a27e9339 repex_full_clustering.xml --- a/repex_full_clustering.xml Fri May 27 12:00:40 2022 +0000 +++ b/repex_full_clustering.xml Mon Oct 16 09:19:52 2023 +0000 @@ -1,4 +1,4 @@ - + @@ -8,36 +8,13 @@ Improved version or repeat discovery and characterization using graph-based sequence clustering - last - imagemagick - mafft - blast - diamond - blast-legacy - r-igraph - r-data.tree - r-stringr - r-r2html - r-hwriter - r-dt - r-scales - r-plotrix - r-png - r-plyr - r-dplyr - r-optparse - r-dbi - r-rsqlite - r-rserve - bioconductor-biostrings - repex_tarean - REPEX - REPEX_VERSION - pyrserve + library://repeatexplorer/default/repex_tarean:0.3.8-dbaa07f - + export PYTHONHASHSEED=0; - \${REPEX}/seqclust --sample ${read_sampling.sample} --output_dir=tarean_output --logfile=${log} --cleanup $paired --taxon $taxon + export TAREAN_CPU=\$GALAXY_SLOTS; + export TAREAN_MAX_MEM=\$GALAXY_MEMORY_MB; + seqclust --sample ${read_sampling.sample} --output_dir=tarean_output --logfile=${log} --cleanup $paired --taxon $taxon #if $advanced_options.advanced: --mincl $advanced_options.size_threshold $advanced_options.keep_names $advanced_options.automatic_filtering -D $advanced_options.blastx.options_blastx @@ -60,21 +37,21 @@ cat stdout.log >> ${log} ; echo "STDERR CONTENT:" >> ${log}; cat stderr.log >> ${log} && - \${REPEX}/stderr_filter.py stderr.log && + /opt/repex_tarean/stderr_filter.py stderr.log && cd tarean_output && zip -r ${ReportArchive}.zip * && - mv ${ReportArchive}.zip ${ReportArchive} && + mv ${ReportArchive}.zip ${ReportArchive} && cp index.html ${ReportFile} && - mkdir ${ReportFile.files_path} && - cp -r --parents libdir ${ReportFile.files_path} && - cp -r --parents seqclust/clustering/superclusters ${ReportFile.files_path} && - cp -r --parents seqclust/clustering/clusters ${ReportFile.files_path} && - cp seqclust/clustering/hitsort.cls ${ReportFile.files_path}/seqclust/clustering/hitsort.cls && - cp *.png ${ReportFile.files_path}/ && - cp *.csv ${ReportFile.files_path}/ && - cp *.html ${ReportFile.files_path}/ && - cp *.css ${ReportFile.files_path}/ && - cp *.fasta ${ReportFile.files_path}/ 2>>$log && rm -r ../tarean_output || : + mkdir -p ${ReportFile.extra_files_path} && + cp -r --parents libdir ${ReportFile.extra_files_path} && + cp -r --parents seqclust/clustering/superclusters ${ReportFile.extra_files_path} && + cp -r --parents seqclust/clustering/clusters ${ReportFile.extra_files_path} && + cp seqclust/clustering/hitsort.cls ${ReportFile.extra_files_path}/seqclust/clustering/hitsort.cls && + cp *.png ${ReportFile.extra_files_path}/ && + cp *.csv ${ReportFile.extra_files_path}/ && + cp *.html ${ReportFile.extra_files_path}/ && + cp *.css ${ReportFile.extra_files_path}/ && + cp *.fasta ${ReportFile.extra_files_path}/ 2>>$log && rm -r ../tarean_output || : @@ -154,8 +131,11 @@ - - + + + + + diff -r 335d138b654b -r 65d1a27e9339 repex_tarean.xml --- a/repex_tarean.xml Fri May 27 12:00:40 2022 +0000 +++ b/repex_tarean.xml Mon Oct 16 09:19:52 2023 +0000 @@ -6,36 +6,12 @@ Identification of genomic tandem repeats from NGS data - - imagemagick - mafft - blast - diamond - blast-legacy - r-igraph - r-data.tree - r-stringr - r-r2html - r-hwriter - r-dt - r-scales - r-plotrix - r-png - r-plyr - r-dplyr - r-optparse - r-dbi - r-rsqlite - r-rserve - bioconductor-biostrings - repex_tarean - REPEX - REPEX_VERSION - pyrserve - + + library://repeatexplorer/default/repex_tarean:0.3.8-dbaa07f + export PYTHONHASHSEED=0; - \${REPEX}/seqclust --paired --sample ${read_sampling.sample} --output_dir=tarean_output --logfile=${log} --cleanup --tarean_mode + seqclust --paired --sample ${read_sampling.sample} --output_dir=tarean_output --logfile=${log} --cleanup --tarean_mode #if $advanced_options.advanced: --mincl $advanced_options.size_threshold $advanced_options.keep_names $advanced_options.automatic_filtering -M $advanced_options.merging #if $advanced_options.custom_library.options_custom_library : @@ -53,21 +29,21 @@ cat stdout.log >> ${log} ; echo "STDERR CONTENT:" >> ${log} ; cat stderr.log >> ${log} && - \${REPEX}/stderr_filter.py stderr.log && + /opt/repex_tarean/stderr_filter.py stderr.log && cd tarean_output && zip -r ${ReportArchive}.zip * && mv ${ReportArchive}.zip ${ReportArchive} && cp index.html ${ReportFile} && - mkdir ${ReportFile.files_path} && - cp -r --parents libdir ${ReportFile.files_path} && - cp -r --parents seqclust/clustering/superclusters ${ReportFile.files_path} && - cp -r --parents seqclust/clustering/clusters ${ReportFile.files_path} && - cp seqclust/clustering/hitsort.cls ${ReportFile.files_path}/seqclust/clustering/hitsort.cls && - cp *.png ${ReportFile.files_path}/ && - cp *.csv ${ReportFile.files_path}/ && - cp *.html ${ReportFile.files_path}/ && - cp *.css ${ReportFile.files_path}/ && - cp *.fasta ${ReportFile.files_path}/ 2>>$log && rm -r ../tarean_output || : + mkdir -p ${ReportFile.extra_files_path} && + cp -r --parents libdir ${ReportFile.extra_files_path} && + cp -r --parents seqclust/clustering/superclusters ${ReportFile.extra_files_path} && + cp -r --parents seqclust/clustering/clusters ${ReportFile.extra_files_path} && + cp seqclust/clustering/hitsort.cls ${ReportFile.extra_files_path}/seqclust/clustering/hitsort.cls && + cp *.png ${ReportFile.extra_files_path}/ && + cp *.csv ${ReportFile.extra_files_path}/ && + cp *.html ${ReportFile.extra_files_path}/ && + cp *.css ${ReportFile.extra_files_path}/ && + cp *.fasta ${ReportFile.extra_files_path}/ 2>>$log && rm -r ../tarean_output || : @@ -121,7 +97,28 @@ - + + + + + + + + + + + + + + + + + + + diff -r 335d138b654b -r 65d1a27e9339 tool_dependencies.xml --- a/tool_dependencies.xml Fri May 27 12:00:40 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - - - - - - prepare repex database and scripts - - - \ No newline at end of file