Skip to content

Commit

Permalink
now pushing temp_data_file instead of data file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaiberAlon committed Jul 25, 2016
1 parent b42a78f commit 0a2e62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_data_for_anvi_server
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ then
fi

# Creating the newick formatted trees
anvi-matrix-to-newick $data -o $newick
anvi-matrix-to-newick $data -o $samples_order --transpose
anvi-matrix-to-newick $temp_data_file -o $newick
anvi-matrix-to-newick $temp_data_file -o $samples_order --transpose

# formatting the samples order file according to what anvi-server expects
# example of properly formatted file:
Expand Down

0 comments on commit 0a2e62d

Please sign in to comment.