Wednesday, 16 June 2021
Tuesday, 5 May 2020
Friday, 1 May 2020
Wednesday, 18 December 2019
Thursday, 12 December 2019
Wednesday, 11 December 2019
Monday, 2 December 2019
DV 200 Metrics in RNA-seq Library Preparation
Sunday, 10 November 2019
Sunday, 3 November 2019
Vim gP command
Cited from Explain "+gP command from gvim menu
"""
Just like "P", but leave the cursor just after the new text. {not in Vi}
"""
"""
Just like "P", but leave the cursor just after the new text. {not in Vi}
"""
Thursday, 31 October 2019
Conda Environment Path
Cited from Anaconda Python: where are the virtual environments stored?
source activate python35
echo $CONDA_PREFIX
or
conda info --envs
source activate python35
echo $CONDA_PREFIX
or
conda info --envs
Wednesday, 30 October 2019
Friday, 25 October 2019
Monday, 16 September 2019
Passing Values Between Rules
Cited from I want to pass variables between rules. Is that possible?
from pytools.persistent_dict import PersistentDict storage = PersistentDict("mystorage") rule a: input: "test.in" output: "test.out" run: myvar = storage.fetch("myvar") # do stuff rule b: output: temp("test.in") run: storage.store("myvar", 3.14)
Friday, 6 September 2019
Subscribe to:
Posts (Atom)