How to leverage GNU parallel to utilize multiple cores while running AUGUSTUS
This post is about parallelizing AUGUSTUS using GNU parallel on a multi-core machine. AUGUSTUS is a powerful gene prediction program.
How to leverage GNU parallel to utilize multiple cores while running AUGUSTUS
callable(): a built-in function of Python
Combination of RAMs - A puzzle
Counter()
askdirectory function of the tkinter library.
Python "__hash__()" dunder method; a magic method worth learning.
matplotlib.animation.FuncAnimation | Animating a bar graph
Animated 'distance - Time graph' using the FuncAnimation class of matplotlib.
Animated Graph using the matplotlib.animation.FuncAnimation()
Errors and Exceptions in Python.
Creating a Custom YAML Dumper and Representer Function in Python
Python Counter() Class: Efficiently Count Elements - Learn Python.
Mastering YAML with pyYAML - A Pythonic Guide