An open API service indexing awesome lists of open source software.

https://github.com/swuecho/igblast_lambda

lambda function to do igblast
https://github.com/swuecho/igblast_lambda

Last synced: 12 days ago
JSON representation

lambda function to do igblast

Awesome Lists containing this project

README

          

# igblast using amazon lambda

1. upload the file to fasta folder
2. lambda function will be called on each file in fasta folder
3. the output of lambda function is in fasta_igblasted.

In theory the total proceesing time should be the same with the maxnium of invidual precessing time of each files,
instead of their sum, becuase all lambda function run in parallel. However, there is limit of concurrent request set by Amazon.
You can request to upgrade.