Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sam Nooij
Jovian screener
Commits
0c50ad5c
Commit
0c50ad5c
authored
Apr 07, 2020
by
Sam Nooij
Browse files
Correct typo in comment
parent
18fdb396
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/filter_species.py
View file @
0c50ad5c
...
...
@@ -8,7 +8,7 @@
#Output: file to write the filtered rows to
#
# Example use:
# $ python filter_species.py -i results/all_taxClassified.tsv -o results/all_taxClassified-E_coli.tsv -
i
Escherichia_coli
# $ python filter_species.py -i results/all_taxClassified.tsv -o results/all_taxClassified-E_coli.tsv -
s
Escherichia_coli
#1. Import required libraries
import
pandas
as
pd
#to work with dataframes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment