This Gist assumes you already followed the instructions to install Cassandra, created a keyspace and table, and added some data.
brew install apache-spark
This Gist assumes you already followed the instructions to install Cassandra, created a keyspace and table, and added some data.
brew install apache-spark
#!/usr/bin/env python | |
# Created by: Lee Bergstrand | |
# Descript: Converts multiline FASTAs to single line FASTAs | |
# | |
# Usage: FastaMLtoSL.py <sequences.faa> | |
# Example: FastaMLtoSL.py mySeqs.faa | |
#---------------------------------------------------------------------------------------- | |
#=========================================================================================================== | |
#Imports: | |