Hi,
Last year a clustering option was added to the dyad-analysis pipeline, but I couldn't make it run. It seems to fail upon executing matrix-from-patterns because of missing files.
This is the error I get using the option -cluster sig:
Server command
$RSAT/perl-scripts/purge-sequence -i $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.163413_EgZE6D.fasta -format fasta -o $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.163413_EgZE6D.fasta.purged; $RSAT/perl-scripts/dyad-analysis -i $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.163413_EgZE6D.fasta.purged -v 1 -quick -sort -timeout 3600 -type any -1str -noov -lth occ 1 -lth occ_sig 0 -uth rank 50 -return occ,proba,rank -l 3 -spacing 0-16 -bg upstream-noorf -org Escherichia_coli_GCF_000005845.2_ASM584v2
Command to generate matrices (PSSM): $RSAT/perl-scripts/matrix-from-patterns -v 1 -logo -seq $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.163413_EgZE6D.fasta -format fasta -asmb $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9.asmb -min_weight 5 -flanks 2 -max_asmb_nb 20 -cluster sig -uth Pval 0.00025 -bginput -markov 0 -o $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm
/space23/rsat/perl-scripts/convert-matrix -i /space23/rsat/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_sig_matrices_rescaled.tf -from tf -to tf -o /space23/rsat/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_sig_matrices_nr_data/sig_input_motifs_processed_1.tf
Error: Matrix
sig_m4_assembly_4
contains
38
columns. All matrices should have the same width as the first matrix (42).
Error occurred on RSAT site: sinik; host server: sinik; admin: Jacques.van-Helden@univ-amu.fr
Error: OpenInputFile: File /space23/rsat/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_sig_matrices_nr_clusters_information/cluster_2/merged_consensuses/node_4/cluster_2_node_4_matrices.tf does not exist.
Error occurred on RSAT site: sinik; host server: sinik; admin: Jacques.van-Helden@univ-amu.fr
Warning: Matrix file is empty (file size is zero) $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_sig_matrices_nr_cluster_root_motifs.tf
Warning: Input file contained not a single matrix
Error: OpenInputFile: File /space23/rsat/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_sig_sites.ft does not exist.
Error occurred on RSAT site: sinik; host server: sinik; admin: Jacques.van-Helden@univ-amu.fr
Warning: Matrix file is empty (file size is zero) $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_count_matrices.tf
Warning: Input file contained not a single matrix
Warning: Matrix file is empty (file size is zero) $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.163413_JfEfs9_pssm_count_matrices.tf
Warning: Input file contained not a single matrix
This is the error I get using the option -cluster counts:
Server command
$RSAT/perl-scripts/purge-sequence -i $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.162804_w1m9tN.fasta -format fasta -o $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.162804_w1m9tN.fasta.purged; $RSAT/perl-scripts/dyad-analysis -i $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.162804_w1m9tN.fasta.purged -v 1 -quick -sort -timeout 3600 -type any -1str -noov -lth occ 1 -lth occ_sig 0 -uth rank 50 -return occ,proba,rank -l 3 -spacing 0-16 -bg upstream-noorf -org Escherichia_coli_GCF_000005845.2_ASM584v2
Command to generate matrices (PSSM): $RSAT/perl-scripts/matrix-from-patterns -v 1 -logo -seq $RSAT/public_html/tmp/apache/2021/08/03/tmp_sequence_2021-08-03.162804_w1m9tN.fasta -format fasta -asmb $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.162804_LiEulL.asmb -min_weight 5 -flanks 2 -max_asmb_nb 20 -cluster counts -uth Pval 0.00025 -bginput -markov 0 -o $RSAT/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.162804_LiEulL_pssm
Error: OpenInputFile: File /space23/rsat/public_html/tmp/apache/2021/08/03/dyad-analysis_2021-08-03.162804_LiEulL_pssm_count_matrices.tf does not exist.
Error occurred on RSAT site: sinik; host server: sinik; admin: Jacques.van-Helden@univ-amu.fr
The option -cluster both also fails, and the option -cluster none works normally.
I tried it both on the RSAT prokaryotes webserver and in commandline on rsatix, using the following genome for background: Escherichia_coli_GCF_000005845.2_ASM584v2
@jvanheld @jaimicore
LexA_sites.fasta.txt
Hi,
Last year a clustering option was added to the
dyad-analysispipeline, but I couldn't make it run. It seems to fail upon executingmatrix-from-patternsbecause of missing files.This is the error I get using the option
-cluster sig:This is the error I get using the option
-cluster counts:The option
-cluster bothalso fails, and the option-cluster noneworks normally.I tried it both on the RSAT prokaryotes webserver and in commandline on rsatix, using the following genome for background:
Escherichia_coli_GCF_000005845.2_ASM584v2@jvanheld @jaimicore
LexA_sites.fasta.txt