Skip to content

Instantly share code, notes, and snippets.

@sleepiecappy
Created September 22, 2018 19:40
Show Gist options
  • Save sleepiecappy/c1f45d06d9e9a28a7b0e0721bdb6aab0 to your computer and use it in GitHub Desktop.
Save sleepiecappy/c1f45d06d9e9a28a7b0e0721bdb6aab0 to your computer and use it in GitHub Desktop.
using local
# input ... converter ... list of files ....
given fasta_files('influenza.fasta', 'influenza_2.fasta') do
# ... ops ....
align by pair
# .... execute file passing context ....
exec './myscript.py'
# ..... generate a report or plot
report
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment