You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,11 +77,9 @@ Then test phame to see if the installation was complete using a short test run:
77
77
78
78
## CITATION
79
79
80
-
From raw reads to trees: Whole genome SNP phylogenetics across the tree of life.
80
+
Shakya, M., Ahmed. S.A, Davenport K.W., Flynn M.C., Lo. C-C, Chain P.S.G. Standardized phylogenetic and molecular evolutionary analysis applied to species across the microbial tree of life. Sci. Rep. 10, 1723 (2020).
81
81
82
-
Sanaa Afroz Ahmed, Chien-Chi Lo, Po-E Li, Karen W Davenport, Patrick S.G. Chain
Copy file name to clipboardExpand all lines: src/parallel_run.pl
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
'd=s'=> \$dir,
21
21
't=i'=> \$thread,
22
22
'm=s'=> \$program,
23
+
'g=i'=> \$gencode,
23
24
'h|help'=>sub {usage()},
24
25
);
25
26
@@ -74,7 +75,7 @@ sub usage
74
75
my ($ref_file_name,$ref_file_path,$ref_file_suffix)=fileparse("$files[$i]", qr/\.[^.]*/);
75
76
if ($program=~/oneline/){`fasta_oneline.pl $files[$i] > $ref_file_path/$ref_file_name.faa`}
76
77
if ($program=~ /mafft/i){`unset MAFFT_BINARIES; mafft --quiet --auto $mafft_options$files[$i] > $ref_file_path/$ref_file_name.msa`;}
77
-
if ($program=~/pal2nal/){`pal2nal.pl $files[$i] $ref_file_path/$ref_file_name.fna -output fasta > $ref_file_path/$ref_file_name.cdn`;}
78
+
if ($program=~/pal2nal/){`pal2nal.pl $files[$i] $ref_file_path/$ref_file_name.fna -codontable $gencode -output fasta > $ref_file_path/$ref_file_name.cdn`;}
78
79
# if ($program=~/pal2nal/){`pal2nal.pl $files[$i] $ref_file_path/$ref_file_name.fna -output fasta > $ref_file_path/$ref_file_name.cdn`;}
79
80
if ($program=~ /translate/){
80
81
print"Translating $files[$i] to $ref_file_path/$ref_file_name.faa\n";
0 commit comments