Skip to content

Instantly share code, notes, and snippets.

@accopeland
Created November 3, 2015 23:28
Show Gist options
  • Save accopeland/bf3078bbb5fed5913761 to your computer and use it in GitHub Desktop.
Save accopeland/bf3078bbb5fed5913761 to your computer and use it in GitHub Desktop.
kraken
> time run_kraken APAHO.1000.fa --fasta-input
kraken --threads 16 --db /scratch/copeland/kraken_db/standard --output kraken.APAHO.1000.out --fasta-input APAHO.1000.fa
1000 sequences (0.15 Mbp) processed in 0.073s (819.6 Kseq/m, 123.77 Mbp/m).
10 sequences classified (1.00%)
990 sequences unclassified (99.00%)
kraken-report --db /scratch/copeland/kraken_db/standard kraken.APAHO.1000.out
kraken-translate --db /scratch/copeland/kraken_db/standard kraken.APAHO.1000.out
kraken-mpa-report --db /scratch/copeland/kraken_db/standard kraken.APAHO.1000.out
real 0m42.860s
user 0m41.722s
sys 0m1.203s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment