Skip to content

Commit

Permalink
copyright updates, prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DerrickWood committed Jan 4, 2014
1 parent 577f2b1 commit 54af206
Show file tree
Hide file tree
Showing 26 changed files with 33 additions and 33 deletions.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ have multi-threading enabled) in December 2013:

10m50s *Step 1 (create set)
n/a Step 2 (reduce database, optional and skipped)
21m24s *Step 3 (sort set)
0m47s Step 4 (GI number to file map)
0m58s Step 5 (File to taxon map)
39m10s *Step 6 (set LCA values)
24m10s *Step 3 (sort set)
1m28s Step 4 (GI number to file map)
1m10s Step 5 (File to taxon map)
47m08s *Step 6 (set LCA values)
------
73m10s Total build time
84m47s Total build time

To create a custom database, or to use a database from another
source, see CUSTOM DATABASES.
Expand Down
2 changes: 1 addition & 1 deletion install_kraken.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/add_to_library.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_kraken_db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/clean_db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_genomic_library.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_taxonomy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
4 changes: 2 additions & 2 deletions scripts/kraken-build.broken
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down Expand Up @@ -235,7 +235,7 @@ sub display_help {

sub display_version {
print "Kraken version #####=VERSION=#####\n";
print "Copyright 2013, Derrick Wood (dwood\@cs.umd.edu)\n";
print "Copyright 2013-2014, Derrick Wood (dwood\@cs.umd.edu)\n";
exit 0;
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/kraken-report.broken
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down Expand Up @@ -42,7 +42,7 @@ sub display_help {

sub display_version {
print "Kraken version #####=VERSION=#####\n";
print "Copyright 2013, Derrick Wood (dwood\@cs.umd.edu)\n";
print "Copyright 2013-2014, Derrick Wood (dwood\@cs.umd.edu)\n";
exit 0;
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/kraken.broken
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down Expand Up @@ -128,6 +128,6 @@ sub display_help {

sub display_version {
print "Kraken version #####=VERSION=#####\n";
print "Copyright 2013, Derrick Wood (dwood\@cs.umd.edu)\n";
print "Copyright 2013-2014, Derrick Wood (dwood\@cs.umd.edu)\n";
exit 0;
}
2 changes: 1 addition & 1 deletion scripts/shrink_db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/standard_installation.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade_db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
# Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
#
# This file is part of the Kraken taxonomic sequence classification system.
#
Expand Down
2 changes: 1 addition & 1 deletion src/classify.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/db_shrink.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/db_sort.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/krakendb.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/krakendb.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/krakenutil.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/krakenutil.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/make_file_to_taxon_map.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/quickfile.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/quickfile.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/seqreader.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/seqreader.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down
2 changes: 1 addition & 1 deletion src/set_lcas.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013, Derrick Wood <dwood@cs.umd.edu>
* Copyright 2013-2014, Derrick Wood <dwood@cs.umd.edu>
*
* This file is part of the Kraken taxonomic sequence classification system.
*
Expand Down

0 comments on commit 54af206

Please sign in to comment.