Skip to content

Commit

Permalink
updated scripts to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
eead-csic-compbio committed Jan 8, 2025
1 parent b5090a3 commit 2791e1a
Show file tree
Hide file tree
Showing 29 changed files with 205 additions and 204 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,3 +430,4 @@
14112024: fixed BLASTP check in install.pl
14112024: updated release.pl
14112024: moved Continuous Integration to Github action
08012025: updated scripts to 2025, fixed ncbi-blast version in manuals
2 changes: 1 addition & 1 deletion _split_blast.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl

# 2013-20 Bruno Contreras
# 2013-25 Bruno Contreras
# Script to take advantage of multicore machines when running BLAST,
# which seems to scale up to the number of physical cores in our tests.
# Supports old BLAST (blastall) and new BLAST+ binaries.
Expand Down
2 changes: 1 addition & 1 deletion _split_hmmscan.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl

# 2013-2020 Bruno Contreras, Pablo Vinuesa
# 2013-2025 Bruno Contreras, Pablo Vinuesa
# Script to take advantage of multicore machines when running hmmer3,
# which seems to scale up to the number of physical cores in our tests.

Expand Down
4 changes: 2 additions & 2 deletions add_pancore_matrices.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2012-8 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei/CSIC/Fundacion ARAID, Spain)
# 2012-2025 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script can be used to add pan/core data from .tab files generated by get_homologues.pl -c ,
Expand Down
4 changes: 2 additions & 2 deletions add_pangenome_matrices.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2012 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei/CSIC/Fundacion ARAID, Spain)
# 2012-2025 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script can be used to add pangenome matrices (-m files) generated by compare_clusters.pl,
Expand Down
4 changes: 2 additions & 2 deletions annotate_cluster.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2016-23 Bruno Contreras-Moreira (1), Ruben Sancho (1,2) and Pablo Vinuesa (3):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2016-25 Bruno Contreras-Moreira (1), Ruben Sancho (1,2) and Pablo Vinuesa (3):
# 1: httpa://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: Grupo Bioflora, EPS, Universidad de Zaragoza, Spain
# 3: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

Expand Down
4 changes: 2 additions & 2 deletions check_BDBHs.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2013-23 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD/CSIC, Spain)
# 2013-25 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD-CSIC, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script can be used to retrieve BLAST (bidirectional) best hits produced by get_homologues.pl and get_homologues-est.pl
Expand Down
4 changes: 2 additions & 2 deletions compare_clusters.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2013-23 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD-CSIC/Fundacion ARAID, Spain)
# 2013-25 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)
#
# This script was originally written to compute the intersection between cluster lists produced
Expand Down
2 changes: 1 addition & 1 deletion download_genomes_ncbi.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl

# 2013-20 Bruno Contreras-Moreira, Pablo Vinuesa
# 2013-25 Bruno Contreras-Moreira, Pablo Vinuesa
# download_genomes_ncbi.pl

# Attempts to download a list of genomes from the NCBI.
Expand Down
2 changes: 1 addition & 1 deletion get_homologues-est.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl

# 2015-2024 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 2015-2025 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

Expand Down
4 changes: 2 additions & 2 deletions get_homologues.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2013-2024 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2013-2025 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This program uses BLAST (and DIAMOND/HMMER/Pfam) to define clusters of 'orthologous' ORF/intergenic
Expand Down
2 changes: 1 addition & 1 deletion lib/HPCluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package HPCluster;
# but it should not be too dificult to add support for other systems (help welcome)

# Bruno Contreras-Moreira, Pablo Vinuesa
# 2020 CCG/UNAM, Mexico, EEAD/CSIC, Zaragoza, Spain
# 2020-2025 CCG/UNAM, Mexico, EEAD/CSIC, Zaragoza, Spain

use strict;
require Exporter;
Expand Down
2 changes: 1 addition & 1 deletion lib/marfil_homology.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package marfil_homology;

# version 2.1

# Code library created by Bruno Contreras-Moreira and Pablo Vinuesa (2006-2020)
# Code library created by Bruno Contreras-Moreira and Pablo Vinuesa (2006-2025)
# mainly for get_homologues.pl and get_homologues-est.pl

# Contains code originally part of the following software:
Expand Down
2 changes: 1 addition & 1 deletion lib/phyTools.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Bruno Contreras-Moreira, Pablo Vinuesa
# 2005-24 CCG/UNAM, Mexico, EEAD/CSIC, Zaragoza, Spain
# 2005-25 CCG-UNAM, Mexico, EEAD-CSIC, Zaragoza, Spain
# This is a collection of subroutines used in our projects,
# including primers4clades and get_homologues

Expand Down
4 changes: 2 additions & 2 deletions make_nr_pangenome_matrix.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2017-22 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD/CSIC/Fundacion ARAID, Spain)
# 2017-25 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script computes a non-redundant pangenome matrix by comparing clusters with BLAST
Expand Down
Binary file modified manual_get_homologues-est.pdf
Binary file not shown.
Binary file modified manual_get_homologues.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions parse_pangenome_matrix.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2017-23 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei/CSIC/Fundacion ARAID, Spain)
# 2017-25 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script can be used to get user-defined subsets of pangenome matrices generated by compare_clusters.pl
Expand Down
4 changes: 2 additions & 2 deletions pfam_enrich.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2016-21 Carlos P Cantalapiedra (1), Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD/CSIC, Spain)
# 2016-25 Carlos P Cantalapiedra (1), Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Laboratory of Computational Biology, EEAD-CSIC, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script checks whether selected input clusters, produced by get_homologues.pl or
Expand Down
4 changes: 2 additions & 2 deletions plot_pancore_matrix.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

# 2014-21 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: http://www.eead.csic.es/compbio (Estacion Experimental Aula Dei/CSIC/Fundacion ARAID, Spain)
# 2014-25 Bruno Contreras-Moreira (1) and Pablo Vinuesa (2):
# 1: https://www.eead.csic.es/compbio (Estacion Experimental Aula Dei-CSIC/Fundacion ARAID, Spain)
# 2: http://www.ccg.unam.mx/~vinuesa (Center for Genomic Sciences, UNAM, Mexico)

# This script can be used to plot pan/core charts from .tab files generated by get_homologues.pl -c
Expand Down
Loading

0 comments on commit 2791e1a

Please sign in to comment.