in reply to Re: how to combine these two scripts in perl?
in thread how to combine these two scripts in perl?
i could use the following factory instead of that in the 1st script,but that would give me a file(out_file)
my $factory = Bio::Tools::Run::Alignment::Clustalw->new(-matrix => 'BLOSUM','outfile' => 'out_file','outype'=clustalw);This file matches to first line my $alnio = Bio::AlignIO->new('-file'=> 'out_file','-format' => 'clustalw');
of the 2nd script,and when combining the two scripts, the whole (1+2) script works fine. Butyeap, i want to pass a variable and have only one file produced at the end of final whole (1+2)script with my final Tree.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to combine these two scripts in perl?
by GotToBTru (Prior) on Mar 15, 2016 at 14:45 UTC | |
by dimitris852 (Acolyte) on Mar 15, 2016 at 16:25 UTC | |
by poj (Abbot) on Mar 15, 2016 at 17:11 UTC |