-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Copyright and emails
- Loading branch information
Jennifer Lu
committed
May 4, 2019
1 parent
41b5e9d
commit e343539
Showing
41 changed files
with
51 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
set -e | ||
|
||
VERSION="1.0" | ||
VERSION="1.1.1" | ||
|
||
if [ -z "$1" ] || [ -n "$2" ] | ||
then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
@@ -253,7 +253,7 @@ sub display_help { | |
|
||
sub display_version { | ||
print "Kraken version #####=VERSION=#####\n"; | ||
print "Copyright 2013-2015, Derrick Wood (dwood\@cs.jhu.edu)\n"; | ||
print "Copyright 2013-2019, Derrick Wood, Jennifer Lu (jlu26\@jhmi.edu)\n"; | ||
exit 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
@@ -249,7 +249,7 @@ sub display_help { | |
|
||
sub display_version { | ||
print "Kraken version #####=VERSION=#####\n"; | ||
print "Copyright 2013-2015, Derrick Wood (dwood\@cs.jhu.edu)\n"; | ||
print "Copyright 2013-2019, Derrick Wood, Jennifer Lu (jlu26\@jhmi.edu))\n"; | ||
exit 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013, Derrick Wood <[email protected].edu> | ||
# Copyright 2013, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
@@ -73,7 +73,7 @@ sub display_help { | |
|
||
sub display_version { | ||
print "Kraken version #####=VERSION=#####\n"; | ||
print "Copyright 2013-2015, Derrick Wood (dwood\@cs.jhu.edu)\n"; | ||
print "Copyright 2013-2019, Derrick Wood, Jennifer Lu (jlu26\@jhmi.edu)\n"; | ||
exit 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
@@ -80,7 +80,7 @@ sub display_help { | |
|
||
sub display_version { | ||
print "Kraken version #####=VERSION=#####\n"; | ||
print "Copyright 2013-2015, Derrick Wood (dwood\@cs.jhu.edu)\n"; | ||
print "Copyright 2013-2019, Derrick Wood, Jennifer Lu (jlu26\@jhmi.edu)\n"; | ||
exit 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
@@ -67,7 +67,7 @@ sub display_help { | |
|
||
sub display_version { | ||
print "Kraken version #####=VERSION=#####\n"; | ||
print "Copyright 2013-2015, Derrick Wood (dwood\@cs.jhu.edu)\n"; | ||
print "Copyright 2013-2019, Derrick Wood, Jennifer Lu (jlu26\@jhmi.edu)\n"; | ||
exit 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
@@ -67,7 +67,7 @@ sub display_help { | |
|
||
sub display_version { | ||
print "Kraken version #####=VERSION=#####\n"; | ||
print "Copyright 2013-2015, Derrick Wood (dwood\@cs.jhu.edu)\n"; | ||
print "Copyright 2013-2019, Derrick Wood, Jennifer Lu (jlu26\@jhmi.edu)\n"; | ||
exit 0; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package krakenlib; | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env perl | ||
|
||
# Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
# Copyright 2013-2015, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
# | ||
# This file is part of the Kraken taxonomic sequence classification system. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2017, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2017, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright 2013-2015, Derrick Wood <[email protected].edu> | ||
* Copyright 2013-2019, Derrick Wood, Jennifer Lu <jlu26@jhmi.edu> | ||
* | ||
* This file is part of the Kraken taxonomic sequence classification system. | ||
* | ||
|