Skip to content

Commit

Permalink
added ROSETTAFOLD
Browse files Browse the repository at this point in the history
  • Loading branch information
Pombert-JF committed May 27, 2022
1 parent 352cd39 commit 2ddd7cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Homology_search/run_MICAN_on_homology_results.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## Pombert Lab 2022

my $name = "run_MICAN_on_homology_results.pl";
my $version = "0.2a";
my $updated = "2022-04-27";
my $version = "0.2b";
my $updated = "2022-05-27";

use strict;
use warnings;
Expand Down Expand Up @@ -35,8 +35,10 @@
my ($script,$pipeline_dir) = fileparse($0);
$pipeline_dir =~ s/Homology_search/Misc_tools/;

my %Folds = ("ALPHAFOLD" => "ALPHAFOLD_3D_Parsed",
"RAPTORX" => "RAPTORX_3D/PDB"
my %Folds = (
"ALPHAFOLD" => "ALPHAFOLD_3D_Parsed",
"ROSETTAFOLD" => "ROSETTAFOLD_3D_Parsed",
"RAPTORX" => "RAPTORX_3D/PDB"
);

my $tdfi;
Expand Down

0 comments on commit 2ddd7cb

Please sign in to comment.