Skip to content

Commit

Permalink
removed ridiculous symlinks in main project directory; made tree.dnd …
Browse files Browse the repository at this point in the history
…symlink
  • Loading branch information
lskatz committed May 4, 2016
1 parent 35a7d57 commit 8144866
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/launch_set.pl
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,8 @@ sub main{
# Find the output files
my $absDir=rel2abs($$settings{msadir}); # save the abs. path
my $outPrefix="$project/out"; # consistent output naming
symlink("$absDir/out.RAxML_bipartitions","$outPrefix.dnd") if(-e "$absDir/out.RAxML_bipartitions");
symlink("$absDir/out.filteredMatrix.tsv","$outPrefix.matrix.tsv") if(-e "$absDir/out.filteredMatrix.tsv");
symlink("$absDir/out.informative.fasta","$outPrefix.fasta") if(-e "$absDir/out.informative.fasta");
symlink("$$settings{msadir}/out.pairwise.tsv","$outPrefix.pairwise.tallskinny.tsv") if(-e "$absDir/out.pairwise.tsv");
symlink("$$settings{msadir}/out.pairwiseMatrix.tsv","$outPrefix.pairwise.matrix.tsv") if(-e "$absDir/out.pairwiseMatrix.tsv");

symlink("out.RAxML_bipartitions","$$settings{msadir}/tree.dnd");

my $stopTimestamp=time();
logmsg "Finished at ".strftime("\%F \%T",localtime());
Expand Down

0 comments on commit 8144866

Please sign in to comment.