- 430g bread flour (3.5 cups)
- 390g water (1.5 cups + 2 tbsp)
- 12g salt (2 tsp)
- 1/4 tsp yeast
Note: Use high gluten (bread flour) for best results and that chewy crumb!
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ACP1 | |
| CDC14A | |
| CDC14B | |
| CDC25A | |
| CDC25B | |
| CDC25C | |
| CDKN3 | |
| DUPD1 | |
| DUSP1 | |
| DUSP10 |
| Here is a list of scopes to use in Sublime Text 2 snippets - | |
| ActionScript: source.actionscript.2 | |
| AppleScript: source.applescript | |
| ASP: source.asp | |
| Batch FIle: source.dosbatch | |
| C#: source.cs | |
| C++: source.c++ | |
| Clojure: source.clojure | |
| CoffeeScript: source.coffee |
| >fLUC_1F | |
| AGATCCTCATAAAGGCCAAG | |
| >CaMV35S_term_2R | |
| AATAGAGAGAGATAGATTTG |
| from sys import argv | |
| import csv | |
| from operator import itemgetter | |
| file_in = argv[1] | |
| reader = csv.DictReader(open(file_in,"r"),delimiter="\t") | |
| queries_total = dict() | |
| queries_missing = dict() |
| Modify weblogolib/__init__.py in the source folder to include the following inside `args` list on line 208: | |
| ``` | |
| "-dPDFSETTINGS=/screen" # instead of "-dPDFSETTINGS=/printer" | |
| "-dUseCIEColor" | |
| ``` | |
| Save the file and rebuild and reinstall weblogo | |
| ```bash |
| from sys import argv | |
| with open(argv[1], "r") as file: | |
| for line in file: | |
| line = line.strip() | |
| if ">" in line: | |
| id = line.split("|")[3] | |
| print ">" + id | |
| else: | |
| print line |
| { | |
| "metadata": { | |
| "name": "notebook" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ | |
| { |