This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
post_phylosift.pl [2018/01/30 16:47] hyjeong |
post_phylosift.pl [2018/01/31 16:26] (current) hyjeong |
||
---|---|---|---|
Line 17: | Line 17: | ||
print STDERR "Organisms detected: @org_dir"\n; | print STDERR "Organisms detected: @org_dir"\n; | ||
closedir OUTDIR; | closedir OUTDIR; | ||
- | $final = "$ARGV[1].aln"; | + | $final = "$ARGV[1].fsa"; |
unlink $final if -f $final; | unlink $final if -f $final; | ||
open ALIGN, ">>$final"; | open ALIGN, ">>$final"; |