Skip to content

Commit

Permalink
Renamed kmers.py to trimercount.py para ser consistente com o guia.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-martins committed Jul 21, 2013
1 parent 83f581e commit d55d036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions lxmls/labs/day5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ python big_data/wordcount.py ../data/wikipedia/en_perline001.txt > results_local
# python big_data/wordcount.py -r emr ../data/wikipedia/en_perline001.txt --num-ec2-instances 2 --aws-region eu-west-1 > results_AWS_wordcount.txt

# Run language detection locally
python big_data/kmers.py ../data/wikipedia/en_perline001.txt > output.en.txt
python big_data/kmers.py ../data/wikipedia/pt_perline01.txt > output.pt.txt
python big_data/trimercount.py ../data/wikipedia/en_perline001.txt > output.en.txt
python big_data/trimercount.py ../data/wikipedia/pt_perline01.txt > output.pt.txt
python big_data/postprocess.py

# Run language detection on Amazon
Expand Down

0 comments on commit d55d036

Please sign in to comment.