This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script get_treefam_family_seqs.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 19-Nov-08. | |
# Updated 19-Nov-08. | |
# | |
# For the TreeFam project. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script list_treefam_families.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 27-Feb-07. | |
# Updated 6-Dec-07. | |
# | |
# This perl script makes a list of families in the TreeFam mysql database. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script store_treefam_full_nt_alns.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 3-Apr-09. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the TreeFam database and stores |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script store_treefam_orthostrap.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 4-Apr-09. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the TreeFam database and stores the orthology |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script store_treefam_species.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 3-Apr-09. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the TreeFam database and stores |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script store_treefam_trees.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 3-Apr-09. | |
# | |
# For the TreeFam project. | |
# | |
# This perl script connects to the TreeFam database and stores |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_QC1.pl | |
# Written by Avril Coghlan (a.coghlan:ucc.ie) | |
# 9-Dec-08. | |
# Edited 9-Jan-09. | |
# | |
# This perl script finds TreeFam proteins that have a strong match to a family | |
# in the treefam mysql hmmer_matches table, but where the gene was not added to the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_QC2.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 3-Feb-09. | |
# | |
# This perl script finds TreeFam families that are lacking a tree in the | |
# 'trees' table. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_QC3.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 3-Feb-09. | |
# | |
# This perl script finds cases where there is a TreeFam family listed in the | |
# 'familyA' or 'familyB' or 'familyC' tables, but it has no genes listed in | |
# the 'fam_genes' table. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/perl | |
# | |
# Perl script treefam_QC4.pl | |
# Written by Avril Coghlan ([email protected]) | |
# 3-Feb-09. | |
# | |
# This perl script finds TreeFam proteins that have a match to a family | |
# in the treefam mysql hmmer_matches table, but where the gene does not | |
# appear in the 'genes' table. |