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
{"label":"coverage","message":"100%","schemaVersion":"1","color":"green"} |
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
GBBCT1.SEQ Genetic Sequence Data Bank | |
October 15 2020 | |
NCBI-GenBank Flat File Release 240.0 | |
Bacterial Sequences (Part 1) | |
101593 loci, 185853961 bases, from 101593 reported sequences | |
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
{"label":"coverage","message":"100%","schemaVersion":"1","color":"green"} |
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
import os | |
import sys | |
url = sys.argv[2] | |
#Gnarly system calls. | |
os.system("curl " + url + " > ~/gifs/temp.gif") | |
os.system("ffmpeg -y -f gif -i ~/gifs/temp.gif ~/gifs/temp.mp4") | |
os.system("ffmpeg -y -f concat -i ~/gifs/list.txt -c copy ~/gifs/looptemp.mp4") | |
os.system("~/git/noisebrdige/ft-demos/black -l14 -t3600 & ~/git/noisebrdige/ft-demos/ft/client/send-video -l15 ~/gifs/looptemp.mp4") |
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
import os | |
import sys | |
url = sys.argv[2] | |
os.system("curl " + url + " > ~/gifs/temp.gif") | |
os.system("ffmpeg -y -f gif -i ~/gifs/temp.gif ~/gifs/temp.mp4") | |
os.system("ffmpeg -y -f concat -i ~/gifs/list.txt -c copy ~/gifs/looptemp.mp4") | |
os.system("~/git/noisebrdige/ft-demos/black -l14 -t3600 & ~/git/noisebrdige/ft-demos/ft/client/send-video -l15 ~/gifs/looptemp.mp4") |
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/admin/.nvm/v0.8.28/bin/node', | |
1 verbose cli '/Users/admin/.nvm/v0.8.28/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli 'shader-school', | |
1 verbose cli '-g' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose read json /Users/admin/.nvm/v0.8.28/lib/package.json | |
5 verbose read json /Users/admin/.nvm/v0.8.28/lib/package.json |