Created
September 22, 2018 19:40
-
-
Save sleepiecappy/c1f45d06d9e9a28a7b0e0721bdb6aab0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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