Skip to content

bougui505/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Files

Here is a brief description of the files in this repository:

.gitignore

Standard Git ignore file to specify untracked files to ignore.

NOTES.md

Miscellaneous notes about the project.

README.md

This file, providing an overview of the repository.

documents/rpi_config_fail2ban.md

Markdown document for configuring Fail2Ban on a Raspberry Pi.

generate_README.sh

Shell script to generate the README.md file.

latex/article_template.tex

LaTeX template for articles.

latex/beamer_header.sty

LaTeX Beamer style file for presentation headers.

latex/beamer_template.tex

LaTeX Beamer template for presentations.

latex/fastbeamer/beamer_header.sty

FastBeamer specific LaTeX Beamer style file for presentation headers.

latex/fastbeamer/biblio.bib

Bibliography file for LaTeX FastBeamer presentations.

latex/fastbeamer/fastbeamer.py

Python script for FastBeamer, likely assisting with presentation generation.

latex/fastbeamer/figures/LaTeX_logo.png

PNG image of the LaTeX logo, used in FastBeamer presentations.

latex/fastbeamer/figures/LaTeX_logo.svg

SVG image of the LaTeX logo, used in FastBeamer presentations.

latex/fastbeamer/test.tex

Test LaTeX file for the FastBeamer setup.

latex/img2pdf.sh

Shell script to convert images to PDF format.

latex/report.sh

Shell script to compile a LaTeX report.

latex/spherical_coordinates.tex

LaTeX file containing content related to spherical coordinates.

latex/tikz/3D-grid.tex

TikZ LaTeX code for drawing a 3D grid with colors.

latex/tikz/3D-grid_nocolors.tex

TikZ LaTeX code for drawing a 3D grid without colors.

latex/tikz/3D-rotate-arrow.tex

TikZ LaTeX code for drawing a 3D rotating arrow.

latex/tikz/RL.tex

TikZ LaTeX code for drawing diagrams related to Reinforcement Learning.

latex/tikz/amino_acid.tex

TikZ LaTeX code for drawing amino acid structures.

latex/tikz/blob.tex

TikZ LaTeX code for drawing a blob shape.

latex/tikz/cube_no_annotations.tex

TikZ LaTeX code for drawing a cube without annotations.

latex/tikz/metadynamic.tex

TikZ LaTeX code for drawing diagrams related to metadynamics.

latex/tikz/peptidic_chain.tex

TikZ LaTeX code for drawing a peptidic chain.

latex/tikz/perpendicular.tex

TikZ LaTeX code for drawing perpendicular lines.

latex/tikz/phenylalanine.tex

TikZ LaTeX code for drawing the phenylalanine molecule.

latex/tikz/phenylalanine_channels.tex

TikZ LaTeX code for drawing phenylalanine with channels.

latex/tikz/protein_cavity.tex

TikZ LaTeX code for drawing a protein cavity.

python/C/logit/README

README file for the C logit module.

python/C/logit/logit.c

C source code for a logistic regression (logit) function.

python/C/logit/setup.py

Python setup script for building the C logit module.

python/C/logit/test.py

Python test script for the C logit module.

python/C/sum/README

README file for the C sum module.

python/C/sum/compile.sh

Shell script to compile the C sum module.

python/C/sum/main.py

Python main script demonstrating the use of the C sum module.

python/C/sum/py_sum.py

Pure Python implementation of a sum function for comparison with C.

python/C/sum/src/c_sum.c

C source code for a sum function.

python/Clustering.py

Python script for clustering algorithms.

python/DBM/dbmcli.py

Command-line interface for DBM database operations.

python/Grid2/init.py

Initialization file for the Grid2 Python package.

python/Grid2/dijkstra.py

Python implementation of Dijkstra's algorithm for 2D grids.

python/Grid3/init.py

Initialization file for the Grid3 Python package.

python/Grid3/adjmat.py

Python script for operations on adjacency matrices in 3D grids, including move and shortest_path functions.

python/Grid3/align.py

Python script for aligning 3D grids.

python/Grid3/data/1igd.mrc

MRC file containing 3D grid data (e.g., electron density map).

python/Grid3/data/1igd_translate.mrc

MRC file containing translated 3D grid data.

python/Grid3/gaussian_grid3.py

Python script for applying Gaussian filters to 3D grid data.

python/Grid3/gradient.py

Python script for calculating gradients on 3D grids.

python/Grid3/line.py

Python script for line operations on 3D grids.

python/Grid3/mrc.py

Python module for reading and writing MRC file format.

python/Grid3/pdb_to_density.py

Python script to convert PDB structures to density maps on a 3D grid.

python/HDF5/init.py

Initialization file for the HDF5 Python package.

python/HDF5/batch_hdf5.py

Python script for batch processing HDF5 files.

python/HDF5/hdf5set.py

Python module for managing HDF5 datasets, including a random key generation function.

python/HDF5/speedtest.png

Image showing a speed test comparison for HDF5 operations.

python/HDF5/test.txt

Test text file for HDF5 operations.

python/HDF5/utils.py

Utility functions for HDF5 operations.

python/SOMindex.py

Python script implementing a Self-Organizing Map (SOM) index.

python/Spectrogram.py

Python script for generating spectrograms.

python/TMalign/TMalign

Executable for the TMalign program.

python/TMalign/TMalign.cpp

C++ source code for the TMalign program, containing functions for structural alignment like TMalign_main.

python/TMalign/USalign

Executable for the USalign program.

python/TMalign/USalign.cpp

C++ source code for the USalign program, including template classes for pstream and functions like MMalign, MMdock, and mTMalign for structural alignment and docking.

python/TMalign/init.py

Initialization file for the TMalign Python package.

python/TMalign/data/1t4e.pdb

PDB file containing protein structure data, used as input for TMalign.

python/TMalign/data/1ycr.pdb

PDB file containing protein structure data, used as input for TMalign.

python/TMalign/data/lt3/5ruv.cif.gz

GZipped CIF file containing protein structure data.

python/TMalign/data/lt3/reclig.pdb

PDB file containing receptor and ligand structure data.

python/TMalign/data/model.list

List of model PDB files for TMalign.

python/TMalign/data/native.list

List of native PDB files for TMalign.

python/TMalign/data/tmalign_inp.rec.gz

GZipped record file used as input for TMalign.

python/TMalign/fun.sh

Shell script with helper functions for TMalign.

python/TMalign/tmalign.py

Python wrapper or utility script for running TMalign.

python/TMalign/tmscore.py

Python script for calculating TM-score.

python/Timer.py

Python class Timer for measuring elapsed time, with reset method.

python/init.py

Initialization file for the main Python package.

python/annoy/NNindex.py

Python class NNindex for Nearest Neighbor indexing using Annoy, with load method.

python/annoy/README.md

README file for the Annoy Python module.

python/annoy/init.py

Initialization file for the Annoy Python package.

python/annoy/example.py

Example usage script for the Annoy Nearest Neighbor index.

python/annoy/scale.py

Python script for scaling data in conjunction with Annoy.

python/basis.py

Python script for basis transformation operations.

python/box/init.py

Initialization file for the box Python package.

python/box/box.py

Python script defining box-related operations.

python/chimera/dockprep.py

Python script for preparing structures for docking using UCSF Chimera.

python/chimera/dockprep.sh

Shell script to run dock preparation with Chimera.

python/confidence_ellipse.py

Python script for plotting confidence ellipses.

python/data/test.columns

Column definition file for test data.

python/data/test.rec

Record file containing test data.

python/data/test2.columns

Another column definition file for test data.

python/data/test2.rec

Another record file containing test data.

python/data/test_rec_run.py

Python script to run tests on record files.

python/data/test_rec_run_2.py

Another Python script to run tests on record files.

python/debug.py

Python class Debugger for debugging purposes, includes a test multiplication function.

python/decode_email.py

Python script to decode email content.

python/echo.py

Simple Python script to echo input.

python/emploi_du_temps.py

Python script for managing a timetable/schedule.

python/eta.py

Python class ETA for estimating time of arrival, with a __call__ method.

python/faiss/init.py

Initialization file for the Faiss Python package.

python/faiss/faiss_PQFastScan.py

Python script demonstrating Faiss PQFastScan for approximate nearest neighbor search.

python/faiss/faiss_PQFastScan_2.py

Another Python script demonstrating Faiss PQFastScan.

python/faiss/faiss_test.py

Python script for testing Faiss functionalities.

python/fileseek.py

Python script for searching files.

python/fun.sh

Shell script with general utility functions.

python/get_email_attachments.py

Python script to download email attachments.

python/getline.py

Python script for reading lines from a file.

python/getsourcefunc.py

Python script to get the source code of a function.

python/giturlshortener.py

Python script to shorten Git URLs.

python/graphein/init.py

Initialization file for the Graphein Python package.

python/graphein/protein.py

Python script utilizing Graphein for protein graph operations.

python/gym/.gitignore

Git ignore file for the gym directory.

python/gym/README.md

README file for the gym environment.

python/gym/init.py

Initialization file for the gym Python package.

python/gym/feature_extractor.py

Python script for extracting features from gym environments.

python/gym/loader.py

Python class Loader for saving and loading models in gym environments, with save and load methods.

python/gym/mullerenv.py

Python class MullerEnv defining a gym environment based on the Muller potential, including potential functions and environment interaction methods.

python/gym/predict_muller.py

Python script for making predictions using the Muller gym environment.

python/gym/train_muller.py

Python script for training models in the Muller gym environment.

python/hashfile.py

Python script to compute file hashes.

python/hierarchical_sort_pairwise_matrix.py

Python script for hierarchical sorting of pairwise matrices.

python/holoviews/init.py

Initialization file for the Holoviews Python package.

python/holoviews/holoviews_app.py

Python script for a Holoviews application, serving a scatter plot.

python/huge_number_of_lines.txt

A large text file, possibly for testing file I/O performance.

python/interpolation.py

Python script for interpolation methods.

python/jupyter/local_google_colab_env.sh

Shell script to set up a local Google Colab environment for Jupyter.

python/kabsch.py

Python implementation of the Kabsch algorithm for optimal rotation.

python/kde.py

Python script for Kernel Density Estimation.

python/linkage.py

Python script for hierarchical clustering linkage.

python/list_colormaps.py

Python script to list available matplotlib colormaps.

python/list_utils.py

Python script with utility functions for lists.

python/localpeaks.py

Python script for detecting local peaks in data.

python/mapalign/PDBloader.py

Python script for loading PDB files for map alignment.

python/mapalign/init.py

Initialization file for the mapalign Python package.

python/mapalign/compile.sh

Shell script to compile C code for map alignment.

python/mapalign/cwrap.py

Python wrapper for C functions used in map alignment.

python/mapalign/data/2pd0_A.pdb

PDB file containing protein structure data for map alignment.

python/mapalign/data/3u97_A.pdb

PDB file containing protein structure data for map alignment.

python/mapalign/eigen.py

Python script for eigenvalue calculations in map alignment.

python/mapalign/initialize_matrix.c

C source code for initializing matrices used in map alignment.

python/mapalign/mapalign.py

Python script implementing map alignment algorithms.

python/mapalign/mapalign_3u97_A.log

Log file from a map alignment run on PDB 3u97_A.

python/mapalign/smith_waterman.c

C source code for the Smith-Waterman algorithm, likely used for sequence alignment.

python/match3d.py

Python script for 3D matching algorithms.

python/matplotlib_utils/init.py

Initialization file for the matplotlib_utils Python package.

python/matplotlib_utils/interactive_slider.py

Python script for creating interactive sliders with Matplotlib.

python/maze.py

Python script for generating or solving mazes.

python/modeller/init.py

Initialization file for the Modeller Python package.

python/modeller/align_pdb_seq.py

Python script to align PDB structures based on sequences.

python/modeller/build.py

Python class System for building protein systems in Modeller, with set_coords and minimize methods.

python/modeller/modeller_cli.py

Command-line interface for Modeller operations.

python/modeller/repair_protein.py

Python script to repair protein structures using Modeller.

python/mols/DUDE_1000.smi

SMILES file containing 1000 molecules from the DUDE dataset.

python/mols/init.py

Initialization file for the mols Python package.

python/mols/draw_smiles.py

Python script to draw molecules from SMILES strings.

python/mols/graph/RGCN.py

Python script implementing a Relational Graph Convolutional Network (RGCN).

python/mols/graph/data/HMT_mols_test.smi

SMILES file containing test molecules for HMT.

python/mols/graph/data/test.smi

SMILES file containing test molecules for graph operations.

python/mols/graph/mol_to_graph.py

Python script for converting molecular structures to graph representations, including a MolDataset class.

python/mols/graph/plot_embedding.py

Python script to plot molecular embeddings.

python/mols/graph/rgcnn.pt20230103-114434

Backup file of an RGCNN model checkpoint.

python/mols/graph/rgcnn.pt20230104-100357

Another backup file of an RGCNN model checkpoint.

python/mols/graph/split_smiles_file.sh

Shell script to split a SMILES file into smaller chunks.

python/mols/graph/utils.py

Utility functions for molecular graph operations.

python/mols/ligrmsd.py

Python script for calculating Ligand RMSD, including get_coords function.

python/mols/ligrmsd2.py

Another Python script for calculating Ligand RMSD.

python/mols/max_common_substructure.py

Python script for finding the maximum common substructure between molecules.

python/mols/mol2topdbqt.py

Python script to convert MOL2 files to PDBQT format.

python/mols/molconvert.py

Python script for molecular file format conversions.

python/mols/molprop.py

Python script for calculating molecular properties.

python/mols/molsim/MCS_similarity.py

Python script for calculating molecular similarity based on Maximum Common Substructure.

python/mols/molsim/Makefile

Makefile for the molecular similarity module.

python/mols/molsim/molGEsim.py

Python script for molecular similarity calculation using graph embeddings.

python/mols/molsim/molGEsim.sh

Shell script to run molecular similarity calculation using graph embeddings.

python/mols/molsim/molsim.py

Python script for general molecular similarity calculations.

python/mols/molsim/molsim.sh

Shell script to run molecular similarity calculations.

python/mols/molsim/molsim_test.rec.gz

GZipped record file for molecular similarity testing.

python/mols/molsim/test_molsim.txt

Text file for molecular similarity testing.

python/mols/molsim/test_molsim_sim.txt

Text file containing similarity results from molecular similarity testing.

python/mols/openbabel/obabel_canonical.py

Python script using OpenBabel to generate canonical SMILES.

python/mols/rascore.py

Python script for calculating RAScore.

python/mols/rascore.sh

Shell script to run RAScore calculations.

python/mols/rdkit_fix.py

Python script containing RDKit fixes or utility functions, including get_coords function.

python/mols/rdkit_fix.sh

Shell script for running RDKit fixes.

python/mols/sample_SMILES.py

Python script to sample SMILES strings.

python/mols/sdf_to_smiles.py

Python script to convert SDF files to SMILES strings.

python/mols/splitmol.py

Python script to split molecular files.

python/moving_average.py

Python script for calculating moving averages.

python/muller_potential.py

Python script defining the Muller potential function and muller_mat for generating a potential map.

python/multiprocessing_lock_file.py

Python script demonstrating multiprocessing with a file lock.

python/netCDF4/netcdf4set.py

Python module for managing NetCDF4 datasets, including a random key generation function.

python/npcli/README.md

README file for the numpy command-line interface.

python/npcli/generate_README.sh

Shell script to generate the README for npcli.

python/npcli/np.py

Python script providing a command-line interface for NumPy operations.

python/npcli/np.sh

Shell script to run the numpy command-line interface.

python/openmm/init.py

Initialization file for the OpenMM Python package.

python/openmm/md.py

Python script for running Molecular Dynamics simulations with OpenMM, including functions to add PLUMED forces and run simulations.

python/openmm/plumed.dat

PLUMED input file for molecular dynamics simulations.

python/openmm/topology.py

Python class MetaSystem extending OpenMM Topology, used for building and minimizing protein systems.

python/pairwise-rmsds.py

Python script for calculating pairwise RMSDs between structures.

python/parametric_curves.py

Python script for generating and manipulating parametric curves.

python/pca.py

Python script for Principal Component Analysis (PCA).

python/pcacli.py

Command-line interface for PCA.

python/pdbs_to_dcd.py

Python script to convert multiple PDB files to a DCD trajectory file.

python/pdbsurf.py

Python script for generating protein surface representations from PDB files.

python/pim.py

Python script for Process Information Monitor.

python/point_set_registration/init.py

Initialization file for the point_set_registration Python package.

python/point_set_registration/cpd.py

Python implementation of Coherent Point Drift (CPD) for point set registration.

python/point_set_registration/cpd_non_rigid.py

Python implementation of non-rigid Coherent Point Drift (CPD) for point set registration.

python/progressbar.py

Python script implementing a progress bar.

python/project.py

General Python script for project-related utilities.

python/projection.py

Python script for projection operations.

python/protein/Coordinates.py

Python script for handling protein coordinates.

python/protein/Deminer/README.md

README file for the Deminer protein module.

python/protein/Deminer/init.py

Initialization file for the Deminer protein Python package.

python/protein/Deminer/cmds/check_errors.sh

Shell script to check for errors in Deminer runs.

python/protein/Deminer/cmds/encode_pdb.sh

Shell script to encode PDB files using Deminer.

python/protein/Deminer/cmds/gpu_memory_usage.sh

Shell script to monitor GPU memory usage for Deminer.

python/protein/Deminer/cmds/plot_loss.sh

Shell script to plot loss curves from Deminer training.

python/protein/Deminer/cmds/plot_loss_file.sh

Shell script to plot loss from a specific file in Deminer.

python/protein/Deminer/cmds/test_dataset.sh

Shell script to test a dataset with Deminer.

python/protein/Deminer/cmds/training.sh

Shell script to run Deminer training.

python/protein/Deminer/cmds/update_model.sh

Shell script to update a Deminer model.

python/protein/Deminer/deminer.py

Python script implementing the Deminer model for protein analysis.

python/protein/VAE/PDBloader.py

Python script for loading PDB files for protein VAE.

python/protein/VAE/README.md

README file for the protein VAE module.

python/protein/VAE/init.py

Initialization file for the protein VAE Python package.

python/protein/VAE/cmapvae.py

Python script for a Contact Map Variational Autoencoder (CMA-VAE).

python/protein/VAE/encode_pdb.py

Python script to encode PDB files using the VAE.

python/protein/VAE/filter_pdb.log

Log file from PDB filtering process for VAE.

python/protein/VAE/foldsearch.py

Python script for fold searching using the VAE.

python/protein/VAE/get_pdbfilelist.sh

Shell script to generate a list of PDB files for the VAE.

python/protein/VAE/models/README.md

README file for VAE models.

python/protein/VAE/pdbfilelist.txt

List of PDB files used for VAE training/testing.

python/protein/VAE/test_all.sh

Shell script to run all tests for the protein VAE.

python/protein/VAE/test_encoder.py

Python script to test the encoder component of the protein VAE.

python/protein/VAE/utils.py

Utility functions for protein VAE, including compute_pad.

python/protein/VAE/vae.py

Python script implementing the Variational Autoencoder (VAE) for proteins.

python/protein/init.py

Initialization file for the main protein Python package.

python/protein/cmapfit/init.py

Initialization file for the cmapfit Python package.

python/protein/cmapfit/cmapfit.py

Python script for fitting contact maps.

python/protein/cmapfit/data/5b02_D.pdb

PDB file used as data for contact map fitting.

python/protein/cmapfit/data/5b0j_B.pdb

PDB file used as data for contact map fitting.

python/protein/cmapfit/data/5ztm_A.pdb

PDB file used as data for contact map fitting.

python/protein/cmapfit/data/6i3r_A.pdb

PDB file used as data for contact map fitting.

python/protein/coords_loader.py

Python script for loading protein coordinates from PDB files, with get_coords function.

python/protein/count_beta_strands.py

Python script to count beta strands in a protein structure.

python/protein/data/1igd.pdb

PDB file containing protein structure data.

python/protein/delineate.py

Python script for delineating protein structures.

python/protein/density.py

Python script for protein density calculations.

python/protein/depict/README.md

README file for the protein depiction module.

python/protein/depict/init.py

Initialization file for the protein depiction Python package.

python/protein/depict/depict.py

Python script for depicting protein structures.

python/protein/depict/figures/3j7h.png

PNG image depicting protein 3j7h.

python/protein/depict/figures/3jc8.png

PNG image depicting protein 3jc8.

python/protein/dockprep.sh

Shell script for protein docking preparation.

python/protein/esmfold/esm.sif

Singularity image file for ESMFold.

python/protein/esmfold/esmfold.sh

Shell script to run ESMFold.

python/protein/esmfold/esmfold_inference.py

Python script for running ESMFold inference.

python/protein/esmfold/test.fasta

FASTA file for testing ESMFold.

python/protein/filter_pdb.py

Python script to filter PDB files.

python/protein/flexible_fit.py

Python script for flexible fitting of protein structures.

python/protein/get_chains.py

Python script to extract chains from PDB files.

python/protein/get_chains.sh

Shell script to extract chains from PDB files.

python/protein/get_cmap.py

Python script to calculate contact maps for proteins.

python/protein/get_pdb_title.py

Python script to retrieve the title from a PDB file.

python/protein/get_uniprot.py

Python script to fetch protein data from UniProt.

python/protein/getpdb.py

Python script to download PDB files.

python/protein/graph/aa_std.pdb

Standard PDB file for amino acid reference.

python/protein/graph/data/1t4e.pdb

PDB file containing protein structure data for graph analysis.

python/protein/graph/data/DUDE100/aa2ar/crystal_ligand.sdf

SDF file for the crystal ligand of the aa2ar target from DUDE100.

python/protein/graph/data/DUDE100/aa2ar/receptor.pdb

PDB file for the receptor of the aa2ar target from DUDE100.

python/protein/graph/data/DUDE100/ace/crystal_ligand.sdf

SDF file for the crystal ligand of the ace target from DUDE100.

python/protein/graph/data/DUDE100/ace/receptor.pdb

PDB file for the receptor of the ace target from DUDE100.

python/protein/graph/data/DUDE100/aces/crystal_ligand.sdf

SDF file for the crystal ligand of the aces target from DUDE100.

python/protein/graph/data/DUDE100/aces/receptor.pdb

PDB file for the receptor of the aces target from DUDE100.

python/protein/graph/data/DUDE100/ada17/crystal_ligand.sdf

SDF file for the crystal ligand of the ada17 target from DUDE100.

python/protein/graph/data/DUDE100/ada17/receptor.pdb

PDB file for the receptor of the ada17 target from DUDE100.

python/protein/graph/data/DUDE100/adrb1/crystal_ligand.sdf

SDF file for the crystal ligand of the adrb1 target from DUDE100.

python/protein/graph/data/DUDE100/adrb1/receptor.pdb

PDB file for the receptor of the adrb1 target from DUDE100.

python/protein/graph/data/DUDE100/adrb2/crystal_ligand.sdf

SDF file for the crystal ligand of the adrb2 target from DUDE100.

python/protein/graph/data/DUDE100/adrb2/receptor.pdb

PDB file for the receptor of the adrb2 target from DUDE100.

python/protein/graph/data/DUDE100/akt1/crystal_ligand.sdf

SDF file for the crystal ligand of the akt1 target from DUDE100.

python/protein/graph/data/DUDE100/akt1/receptor.pdb

PDB file for the receptor of the akt1 target from DUDE100.

python/protein/graph/data/DUDE100/aldr/crystal_ligand.sdf

SDF file for the crystal ligand of the aldr target from DUDE100.

python/protein/graph/data/DUDE100/aldr/receptor.pdb

PDB file for the receptor of the aldr target from DUDE100.

python/protein/graph/data/DUDE100/aofb/crystal_ligand.sdf

SDF file for the crystal ligand of the aofb target from DUDE100.

python/protein/graph/data/DUDE100/aofb/receptor.pdb

PDB file for the receptor of the aofb target from DUDE100.

python/protein/graph/data/DUDE100/bace1/crystal_ligand.sdf

SDF file for the crystal ligand of the bace1 target from DUDE100.

python/protein/graph/data/DUDE100/bace1/receptor.pdb

PDB file for the receptor of the bace1 target from DUDE100.

python/protein/graph/data/DUDE100/cah2/crystal_ligand.sdf

SDF file for the crystal ligand of the cah2 target from DUDE100.

python/protein/graph/data/DUDE100/cah2/receptor.pdb

PDB file for the receptor of the cah2 target from DUDE100.

python/protein/graph/data/DUDE100/casp3/crystal_ligand.sdf

SDF file for the crystal ligand of the casp3 target from DUDE100.

python/protein/graph/data/DUDE100/casp3/receptor.pdb

PDB file for the receptor of the casp3 target from DUDE100.

python/protein/graph/data/DUDE100/cdk2/crystal_ligand.sdf

SDF file for the crystal ligand of the cdk2 target from DUDE100.

python/protein/graph/data/DUDE100/cdk2/receptor.pdb

PDB file for the receptor of the cdk2 target from DUDE100.

python/protein/graph/data/DUDE100/cp2c9/crystal_ligand.sdf

SDF file for the crystal ligand of the cp2c9 target from DUDE100.

python/protein/graph/data/DUDE100/cp2c9/receptor.pdb

PDB file for the receptor of the cp2c9 target from DUDE100.

python/protein/graph/data/DUDE100/def/crystal_ligand.sdf

SDF file for the crystal ligand of the def target from DUDE100.

python/protein/graph/data/DUDE100/def/receptor.pdb

PDB file for the receptor of the def target from DUDE100.

python/protein/graph/data/DUDE100/dhi1/crystal_ligand.sdf

SDF file for the crystal ligand of the dhi1 target from DUDE100.

python/protein/graph/data/DUDE100/dhi1/receptor.pdb

PDB file for the receptor of the dhi1 target from DUDE100.

python/protein/graph/data/DUDE100/dpp4/crystal_ligand.sdf

SDF file for the crystal ligand of the dpp4 target from DUDE100.

python/protein/graph/data/DUDE100/dpp4/receptor.pdb

PDB file for the receptor of the dpp4 target from DUDE100.

python/protein/graph/data/DUDE100/drd3/crystal_ligand.sdf

SDF file for the crystal ligand of the drd3 target from DUDE100.

python/protein/graph/data/DUDE100/drd3/receptor.pdb

PDB file for the receptor of the drd3 target from DUDE100.

python/protein/graph/data/DUDE100/dyr/crystal_ligand.sdf

SDF file for the crystal ligand of the dyr target from DUDE100.

python/protein/graph/data/DUDE100/dyr/receptor.pdb

PDB file for the receptor of the dyr target from DUDE100.

python/protein/graph/data/DUDE100/egfr/crystal_ligand.sdf

SDF file for the crystal ligand of the egfr target from DUDE100.

python/protein/graph/data/DUDE100/egfr/receptor.pdb

PDB file for the receptor of the egfr target from DUDE100.

python/protein/graph/data/DUDE100/esr2/crystal_ligand.sdf

SDF file for the crystal ligand of the esr2 target from DUDE100.

python/protein/graph/data/DUDE100/esr2/receptor.pdb

PDB file for the receptor of the esr2 target from DUDE100.

python/protein/graph/data/DUDE100/fa10/crystal_ligand.sdf

SDF file for the crystal ligand of the fa10 target from DUDE100.

python/protein/graph/data/DUDE100/fa10/receptor.pdb

PDB file for the receptor of the fa10 target from DUDE100.

python/protein/graph/data/DUDE100/fkb1a/crystal_ligand.sdf

SDF file for the crystal ligand of the fkb1a target from DUDE100.

python/protein/graph/data/DUDE100/fkb1a/receptor.pdb

PDB file for the receptor of the fkb1a target from DUDE100.

python/protein/graph/data/DUDE100/fnta/crystal_ligand.sdf

SDF file for the crystal ligand of the fnta target from DUDE100.

python/protein/graph/data/DUDE100/fnta/receptor.pdb

PDB file for the receptor of the fnta target from DUDE100.

python/protein/graph/data/DUDE100/gria2/crystal_ligand.sdf

SDF file for the crystal ligand of the gria2 target from DUDE100.

python/protein/graph/data/DUDE100/gria2/receptor.pdb

PDB file for the receptor of the gria2 target from DUDE100.

python/protein/graph/data/DUDE100/hivrt/crystal_ligand.sdf

SDF file for the crystal ligand of the hivrt target from DUDE100.

python/protein/graph/data/DUDE100/hivrt/receptor.pdb

PDB file for the receptor of the hivrt target from DUDE100.

python/protein/graph/data/DUDE100/hs90a/crystal_ligand.sdf

SDF file for the crystal ligand of the hs90a target from DUDE100.

python/protein/graph/data/DUDE100/hs90a/receptor.pdb

PDB file for the receptor of the hs90a target from DUDE100.

python/protein/graph/data/DUDE100/jak2/crystal_ligand.sdf

SDF file for the crystal ligand of the jak2 target from DUDE100.

python/protein/graph/data/DUDE100/jak2/receptor.pdb

PDB file for the receptor of the jak2 target from DUDE100.

python/protein/graph/data/DUDE100/lck/crystal_ligand.sdf

SDF file for the crystal ligand of the lck target from DUDE100.

python/protein/graph/data/DUDE100/lck/receptor.pdb

PDB file for the receptor of the lck target from DUDE100.

python/protein/graph/data/DUDE100/mapk2/crystal_ligand.sdf

SDF file for the crystal ligand of the mapk2 target from DUDE100.

python/protein/graph/data/DUDE100/mapk2/receptor.pdb

PDB file for the receptor of the mapk2 target from DUDE100.

python/protein/graph/data/DUDE100/mk14/crystal_ligand.sdf

SDF file for the crystal ligand of the mk14 target from DUDE100.

python/protein/graph/data/DUDE100/mk14/receptor.pdb

PDB file for the receptor of the mk14 target from DUDE100.

python/protein/graph/data/DUDE100/mmp13/crystal_ligand.sdf

SDF file for the crystal ligand of the mmp13 target from DUDE100.

python/protein/graph/data/DUDE100/mmp13/receptor.pdb

PDB file for the receptor of the mmp13 target from DUDE100.

python/protein/graph/data/DUDE100/nram/crystal_ligand.sdf

SDF file for the crystal ligand of the nram target from DUDE100.

python/protein/graph/data/DUDE100/nram/receptor.pdb

PDB file for the receptor of the nram target from DUDE100.

python/protein/graph/data/DUDE100/parp1/crystal_ligand.sdf

SDF file for the crystal ligand of the parp1 target from DUDE100.

python/protein/graph/data/DUDE100/parp1/receptor.pdb

PDB file for the receptor of the parp1 target from DUDE100.

python/protein/graph/data/DUDE100/pde5a/crystal_ligand.sdf

SDF file for the crystal ligand of the pde5a target from DUDE100.

python/protein/graph/data/DUDE100/pde5a/receptor.pdb

PDB file for the receptor of the pde5a target from DUDE100.

python/protein/graph/data/DUDE100/pgh2/crystal_ligand.sdf

SDF file for the crystal ligand of the pgh2 target from DUDE100.

python/protein/graph/data/DUDE100/pgh2/receptor.pdb

PDB file for the receptor of the pgh2 target from DUDE100.

python/protein/graph/data/DUDE100/plk1/crystal_ligand.sdf

SDF file for the crystal ligand of the plk1 target from DUDE100.

python/protein/graph/data/DUDE100/plk1/receptor.pdb

PDB file for the receptor of the plk1 target from DUDE100.

python/protein/graph/data/DUDE100/ppara/crystal_ligand.sdf

SDF file for the crystal ligand of the ppara target from DUDE100.

python/protein/graph/data/DUDE100/ppara/receptor.pdb

PDB file for the receptor of the ppara target from DUDE100.

python/protein/graph/data/DUDE100/ppard/crystal_ligand.sdf

SDF file for the crystal ligand of the ppard target from DUDE100.

python/protein/graph/data/DUDE100/ppard/receptor.pdb

PDB file for the receptor of the ppard target from DUDE100.

python/protein/graph/data/DUDE100/pparg/crystal_ligand.sdf

SDF file for the crystal ligand of the pparg target from DUDE100.

python/protein/graph/data/DUDE100/pparg/receptor.pdb

PDB file for the receptor of the pparg target from DUDE100.

python/protein/graph/data/DUDE100/ptn1/crystal_ligand.sdf

SDF file for the crystal ligand of the ptn1 target from DUDE100.

python/protein/graph/data/DUDE100/ptn1/receptor.pdb

PDB file for the receptor of the ptn1 target from DUDE100.

python/protein/graph/data/DUDE100/pur2/crystal_ligand.sdf

SDF file for the crystal ligand of the pur2 target from DUDE100.

python/protein/graph/data/DUDE100/pur2/receptor.pdb

PDB file for the receptor of the pur2 target from DUDE100.

python/protein/graph/data/DUDE100/pyrd/crystal_ligand.sdf

SDF file for the crystal ligand of the pyrd target from DUDE100.

python/protein/graph/data/DUDE100/pyrd/receptor.pdb

PDB file for the receptor of the pyrd target from DUDE100.

python/protein/graph/data/DUDE100/reni/crystal_ligand.sdf

SDF file for the crystal ligand of the reni target from DUDE100.

python/protein/graph/data/DUDE100/reni/receptor.pdb

PDB file for the receptor of the reni target from DUDE100.

python/protein/graph/data/DUDE100/rxra/crystal_ligand.sdf

SDF file for the crystal ligand of the rxra target from DUDE100.

python/protein/graph/data/DUDE100/rxra/receptor.pdb

PDB file for the receptor of the rxra target from DUDE100.

python/protein/graph/data/DUDE100/sahh/crystal_ligand.sdf

SDF file for the crystal ligand of the sahh target from DUDE100.

python/protein/graph/data/DUDE100/sahh/receptor.pdb

PDB file for the receptor of the sahh target from DUDE100.

python/protein/graph/data/DUDE100/src/crystal_ligand.sdf

SDF file for the crystal ligand of the src target from DUDE100.

python/protein/graph/data/DUDE100/src/receptor.pdb

PDB file for the receptor of the src target from DUDE100.

python/protein/graph/data/DUDE100/thrb/crystal_ligand.sdf

SDF file for the crystal ligand of the thrb target from DUDE100.

python/protein/graph/data/DUDE100/thrb/receptor.pdb

PDB file for the receptor of the thrb target from DUDE100.

python/protein/graph/data/DUDE100/try1/crystal_ligand.sdf

SDF file for the crystal ligand of the try1 target from DUDE100.

python/protein/graph/data/DUDE100/try1/receptor.pdb

PDB file for the receptor of the try1 target from DUDE100.

python/protein/graph/data/DUDE100/tysy/crystal_ligand.sdf

SDF file for the crystal ligand of the tysy target from DUDE100.

python/protein/graph/data/DUDE100/tysy/receptor.pdb

PDB file for the receptor of the tysy target from DUDE100.

python/protein/graph/data/DUDE100/urok/crystal_ligand.sdf

SDF file for the crystal ligand of the urok target from DUDE100.

python/protein/graph/data/DUDE100/urok/receptor.pdb

PDB file for the receptor of the urok target from DUDE100.

python/protein/graph/data/dude_test_100.smi

SMILES file containing 100 test molecules from the DUDE dataset.

python/protein/graph/data/lig.pdb

PDB file for a ligand, used in protein graph analysis.

python/protein/graph/documents/1704.01212.pdf

PDF document, likely a research paper related to protein graph methods.

python/protein/graph/documents/Screenshot-20230512093239-715x287.png

Screenshot image for documentation related to protein graphs.

python/protein/graph/documents/Screenshot-20230515091529-555x318.png

Another screenshot image for documentation related to protein graphs.

python/protein/graph/documents/Screenshot-20230515101920-661x404.png

Another screenshot image for documentation related to protein graphs.

python/protein/graph/messagepassing.py

Python script implementing message passing mechanisms for graph neural networks.

python/protein/graph/proteingraph.py

Python script for general protein graph manipulation and analysis.

python/protein/graph/pull.sh

Shell script to pull data for protein graph analysis.

python/protein/graph/run.sh

Shell script to run protein graph related tasks.

python/protein/graph/sasa_embedder.py

Python script for embedding protein Surface Accessible Surface Area (SASA) features.

python/protein/graph/self_embedder.py

Python script for self-embedding in protein graph models.

python/protein/graph/tm_embedder.py

Python script for embedding TM-score related features in protein graph models.

python/protein/interpred/DB.py

Python script for database interactions in protein interaction prediction.

python/protein/interpred/PDBloader.py

Python script for loading PDB files for protein interaction prediction.

python/protein/interpred/SquashLayer.py

Python script implementing a SquashLayer, likely for a neural network.

python/protein/interpred/init.py

Initialization file for the protein interaction prediction Python package.

python/protein/interpred/data/1ycr.pdb

PDB file used as data for protein interaction prediction.

python/protein/interpred/interpred.py

Python script for protein interaction prediction.

python/protein/interpred/nnet.py

Python script defining neural network architectures for interaction prediction.

python/protein/interpred/unet.py

Python script implementing a U-Net architecture, likely for protein interaction prediction.

python/protein/interpred/utils.py

Utility functions for protein interaction prediction, including get_coords.

python/protein/interpred/vae.py

Python script implementing a VAE for protein interaction prediction.

python/protein/ires.py

Python script for internal residue information in proteins.

python/protein/pca.py

Python script for Principal Component Analysis (PCA) on protein data.

python/protein/pdb2fasta.py

Python script to convert PDB files to FASTA sequence files.

python/protein/pdbsearch.py

Python script for searching PDB database.

python/protein/pdbselect.py

Python script for selecting specific parts of PDB files.

python/protein/pocket_align/data/DUDE100

Directory containing DUDE100 data for pocket alignment.

python/protein/pocket_align/data/dude_test_16.smi

SMILES file containing 16 test molecules from DUDE for pocket alignment.

python/protein/pocket_align/pocket_sim.py

Python script for calculating pocket similarity.

python/protein/rotate.py

Python script for rotating protein structures.

python/protein/spherical.py

Python class Internal for calculating and managing internal spherical coordinates of protein C-alpha traces, with write method.

python/protein/sscl/BLASTloader.py

Python script for loading BLAST results for protein SSCL.

python/protein/sscl/PDBloader.py

Python script for loading PDB files for protein SSCL.

python/protein/sscl/init.py

Initialization file for the protein Self-Supervised Contrastive Learning (SSCL) Python package.

python/protein/sscl/analysis/scop_bench.py

Python script for SCOP benchmark analysis in SSCL.

python/protein/sscl/analysis/scope_tsne.py

Python script for t-SNE visualization of SCOP data in SSCL.

python/protein/sscl/analysis/scopeit.py

Python script for SCOP related analysis.

python/protein/sscl/encoder.py

Python script defining the encoder architecture for protein SSCL.

python/protein/sscl/foldsearch.py

Python script for fold searching using protein SSCL.

python/protein/sscl/pdbfilelist.txt

List of PDB files used for protein SSCL.

python/protein/sscl/process_blast_results.sh

Shell script to process BLAST results for SSCL.

python/protein/sscl/trainer.py

Python script for training protein SSCL models.

python/protein/sscl/utils.py

Utility functions for protein SSCL, including get_coords and compute_pad.

python/protein/sscl_geometric/BLASTloader.py

Python script for loading BLAST results for geometric protein SSCL.

python/protein/sscl_geometric/init.py

Initialization file for the geometric protein SSCL Python package.

python/protein/sscl_geometric/encoder.py

Python script defining the encoder architecture for geometric protein SSCL.

python/protein/sscl_geometric/trainer.py

Python script for training geometric protein SSCL models.

python/protein/test.sh

Shell script for testing protein-related functionalities.

python/protein_roll.py

Python script for protein rolling operations.

python/pyawk.py

Python script mimicking awk-like functionality.

python/pycat.py

Python script mimicking cat-like functionality.

python/pymol/init.py

Initialization file for the PyMOL Python package.

python/pymol/builder.py

Python script for building molecular structures in PyMOL.

python/pymol/caption.py

Python script for adding captions in PyMOL.

python/pymol/cgo_arrow.py

Python script for creating CGO arrows in PyMOL.

python/pymol/color_h.py

Python script for coloring by hydrophobicity in PyMOL.

python/pymol/colorbydata.py

Python script for coloring objects by data in PyMOL.

python/pymol/connect_consecutive.py

Python script to connect consecutive residues in PyMOL.

python/pymol/dcd_reader.py

Python script for reading DCD trajectory files in PyMOL.

python/pymol/distmol.py

Python script for calculating distances in PyMOL.

python/pymol/docking_footprint.py

Python script for visualizing docking footprints in PyMOL.

python/pymol/findSurfaceResidues.py

Python script to find surface residues in PyMOL.

python/pymol/get_distance.py

Python script to get distances between atoms in PyMOL.

python/pymol/ipymol.ipynb

Jupyter notebook for interactive PyMOL sessions.

python/pymol/ipymol.sh

Shell script to launch interactive PyMOL sessions.

python/pymol/liginfo.py

Python script for retrieving ligand information in PyMOL.

python/pymol/load_traj_npy.py

Python script to load trajectories from NumPy files into PyMOL.

python/pymol/mergemol.py

Python script to merge molecular objects in PyMOL.

python/pymol/modify_aa.py

Python script to modify amino acids in PyMOL.

python/pymol/outline.py

Python script for outlining objects in PyMOL.

python/pymol/pymol_rpc.py

Python script for PyMOL Remote Procedure Call (RPC).

python/pymol/renumber.py

Python script to renumber residues in PyMOL.

python/pymol/sasa.py

Python script for Surface Accessible Surface Area (SASA) calculations in PyMOL.

python/pymol/select_pockets.py

Python script to select binding pockets in PyMOL.

python/pymol/splitmol.py

Python script to split molecular objects in PyMOL.

python/pymol/ss_analysis.py

Python script for secondary structure analysis in PyMOL.

python/pymol/symmetrize.py

Python script to symmetrize molecular objects in PyMOL.

python/pytorch/CacheDataset.py

Python script implementing a cached dataset for PyTorch.

python/pytorch/Dataset.py

Python script implementing a generic dataset for PyTorch.

python/pytorch/Dataset_gz.py

Python script implementing a dataset for gzipped files in PyTorch.

python/pytorch/Dataset_txt.py

Python script implementing a dataset for text files in PyTorch.

python/pytorch/DensityLoader.py

Python script for loading density data for PyTorch.

python/pytorch/MDS.py

Python script implementing Multidimensional Scaling (MDS) for PyTorch.

python/pytorch/MDS_pts.py

Python script for MDS on point clouds using PyTorch.

python/pytorch/MultiHeadAttention.py

Python script implementing a MultiHeadAttention module for PyTorch.

python/pytorch/PDBloader.py

Python script for loading PDB files for PyTorch models.

python/pytorch/X.txt

Text file containing feature data (X) for PyTorch.

python/pytorch/Xy.txt.gz

GZipped text file containing feature and label data (Xy) for PyTorch.

python/pytorch/init.py

Initialization file for the PyTorch Python package.

python/pytorch/contrastive_loss.py

Python script implementing a contrastive loss function for PyTorch.

python/pytorch/cpu_unpickler.py

Python script for unpickling PyTorch models on CPU.

python/pytorch/distance.py

Python script for distance calculations in PyTorch.

python/pytorch/fun.sh

Shell script with helper functions for PyTorch.

python/pytorch/mk_mds_inp.py

Python script to make input for MDS with PyTorch.

python/pytorch/mol2graph/data/7zc7_IKL_A_401.mol2

MOL2 file containing molecular data.

python/pytorch/mol2graph/data/reclig.mol2

MOL2 file containing receptor-ligand complex data.

python/pytorch/mol2graph/dockprep.py

Python script for docking preparation in a mol2graph context.

python/pytorch/mol2graph/mol2.atom_types

File defining atom types for MOL2 files.

python/pytorch/mol2graph/mol2graph.py

Python script to convert MOL2 files to graph representations for PyTorch.

python/pytorch/pyg/README.md

README file for the PyTorch Geometric (PyG) module.

python/pytorch/pyg/gcn.py

Python script implementing a Graph Convolutional Network (GCN) using PyTorch Geometric.

python/pytorch/pytorch_benchmark_script.py

Python script for benchmarking PyTorch performance.

python/pytorch/resnet3d.py

Python script implementing a 3D ResNet architecture for PyTorch.

python/pytorch/tensorboard_to_csv.py

Python script to convert TensorBoard logs to CSV format.

python/pytorch/torchify.py

Python script to convert data into PyTorch tensors.

python/pytorch/trainer.py

Python script implementing a generic training loop for PyTorch models.

python/pytorch/truncated_normal_distribution.py

Python script for generating samples from a truncated normal distribution in PyTorch.

python/pytorch/y.txt

Text file containing label data (y) for PyTorch.

python/randomgen.py

Python script for random number generation.

python/readshelve.py

Python script for reading Python shelve files.

python/rec.py

Python script for handling record-formatted data, including functions like get_data, read_file, run.

python/recutils.py

Python script with utilities for record-formatted data, including get_item, add_item, load.

python/resample.py

Python script for resampling data.

python/rmsd_traj_multiref.py

Python script for calculating RMSD of trajectories against multiple references.

python/rotation.py

Python script for 3D rotation operations.

python/ruler/ruler.py

Python script implementing a ruler tool.

python/ruler/ruler.sh

Shell script to run the ruler tool.

python/segmentation.py

Python script for image or data segmentation.

python/sequences/init.py

Initialization file for the sequences Python package.

python/sequences/aln.py

Python script for sequence alignment operations.

python/sequences/data/b2a7_closed_C.fa

FASTA file containing sequence data.

python/sequences/data/boltz_a5b2_closed.fa

FASTA file containing sequence data.

python/sequences/fastaparser.py

Python script for parsing FASTA files.

python/sequences/petases.fasta

FASTA file containing petase enzyme sequences.

python/sequences/printaln.py

Python script for printing sequence alignments.

python/sequences/profile_alignment.py

Python script for profile-based sequence alignment.

python/sequences/sequence_identity/build_index.py

Python script to build a sequence identity index.

python/sequences/sequence_identity/get_pdb_fasta.sh

Shell script to get FASTA sequences from PDB files.

python/sequences/sequence_identity/get_sequence.py

Python script to extract sequences.

python/sequences/sequence_identity/seqalign.py

Python script for sequence alignment.

python/sequences/smith_waterman.py

Python implementation of the Smith-Waterman algorithm for local sequence alignment.

python/shelve/h5toshelve.py

Python script to convert HDF5 files to shelve files.

python/shelve/shelveset.py

Python module for managing shelve datasets, including a random key generation function.

python/shelve/speedtest.png

Image showing a speed test comparison for shelve operations.

python/shelve/tempshelve.py

Python script for temporary shelve file operations.

python/sliding.py

Python script for sliding window operations.

python/streamlit/init.py

Initialization file for the Streamlit Python package.

python/streamlit/app_example.py

Example Streamlit application script.

python/struct_align.py

Python script for structural alignment.

python/struct_distance.py

Python script for calculating structural distances.

python/test.pyrec

Test file in custom .pyrec format.

python/timeseries.py

Python script for time series analysis, including a split function.

python/toymodels/init.py

Initialization file for the toymodels Python package.

python/toymodels/montecarlo.py

Python script for Monte Carlo simulations with toy models, including potential and move functions.

python/ts.py

Python script for time-series related utilities.

python/uniform_weighting.py

Python script for uniform weighting schemes.

python/urlshortener.py

Python script to shorten URLs.

python/writetmp.py

Python script for writing to temporary files.

python/xonsh/init.py

Initialization file for the Xonsh Python package.

python/xonsh/events.py

Python script for Xonsh shell events.

raspberrypi/SEN-DHT22/index.html

HTML file for displaying DHT22 sensor data on Raspberry Pi.

raspberrypi/SEN-DHT22/temperature_daemon.sh

Shell script to run a temperature sampling daemon on Raspberry Pi.

raspberrypi/SEN-DHT22/temperature_plotter.py

Python script to plot temperature data from DHT22 sensor.

raspberrypi/SEN-DHT22/temperature_sample.py

Python script to sample temperature and humidity from DHT22 sensor.

raspberrypi/SEN-DHT22/temperature_sampler.sh

Shell script to periodically sample temperature from DHT22 sensor.

shell/LSalign/LSalign

Executable for the LSalign program.

shell/LSalign/LSalign_rec.sh

Shell script to run LSalign with record files.

shell/LSalign/LSalign_smi.sh

Shell script to run LSalign with SMILES files.

shell/LSalign/fun.sh

Shell script with helper functions for LSalign.

shell/LSalign/lsalign.sh

Shell script to run LSalign.

shell/LSalign/test.rec.gz

GZipped record file for LSalign testing.

shell/arc.sh

Shell script for archiving files.

shell/argos/README

README file for the Argos shell scripts.

shell/argos/argos.sh

Shell script to run Argos-related functionalities (for GNOME Shell extension).

shell/argos/rclone.3s+.sh

Argos script to display rclone status.

shell/argos/top.3s+.sh

Argos script to display top processes.

shell/argos/weather.15m.sh

Argos script to display weather information, updated every 15 minutes.

shell/awk_pdb_fields.sh

Shell script using awk to extract fields from PDB files.

shell/awkalc.sh

Shell script for arithmetic calculations using awk.

shell/awkcsv.sh

Shell script for processing CSV files using awk.

shell/awkfields.sh

Shell script for extracting fields from text using awk.

shell/awkjoin.sh

Shell script for joining files using awk.

shell/awkpaste.sh

Shell script for pasting file columns using awk.

shell/awkpaste_test/fun.sh

Shell script with helper functions for awkpaste tests.

shell/awktsv.sh

Shell script for processing TSV files using awk.

shell/backintime_progress.sh

Shell script to show progress of Back In Time backups.

shell/bar.sh

Shell script for displaying a progress bar.

shell/bard.sh

Shell script for generating bar charts from data.

shell/bardiff.sh

Shell script for comparing two bar charts.

shell/bmf.sh

Shell script for managing dotfiles (e.g., "bash, markdown, fish").

shell/bsync.sh

Shell script for bidirectional synchronization.

shell/cache.sh

Shell script for managing a cache directory.

shell/catcol.sh

Shell script to concatenate columns of files.

shell/chrono.sh

Shell script for timing command execution.

shell/clw_to_seq_identity.sh

Shell script to convert CLUSTAL W alignment output to sequence identity.

shell/compressPDF.sh

Shell script to compress PDF files.

shell/data/a.txt

Test text file 'a'.

shell/data/b.txt

Test text file 'b'.

shell/data/b2.txt

Another test text file 'b2'.

shell/data/c.txt

Test text file 'c'.

shell/data/c2.txt

Another test text file 'c2'.

shell/df_tracker.sh

Shell script to track disk free space.

shell/dvd/dvd_rescue.md

Markdown document detailing DVD rescue procedures.

shell/empty_slide.sh

Shell script to generate an empty LaTeX Beamer slide.

shell/empty_slide.tex

LaTeX file for an empty Beamer slide.

shell/empty_trash_del.sh

Shell script to empty the trash and delete files.

shell/encrypt-decrypt/decrypt.sh

Shell script for decrypting files.

shell/encrypt-decrypt/encrypt.sh

Shell script for encrypting files.

shell/equal.sh

Shell script to check if two files are identical.

shell/findmail.sh

Shell script to find mail files.

shell/fun.sh

Shell script with general utility functions.

shell/get_homology_uniprot.sh

Shell script to get homology information from UniProt.

shell/getlig.sh

Shell script to retrieve ligand information.

shell/getloc.sh

Shell script to get current location information.

shell/git/gitinore.sh

Shell script for managing gitignore files.

shell/google_cal_to_rem.sh

Shell script to convert Google Calendar events to remind format.

shell/haschanged.sh

Shell script to check if a file has changed.

shell/headtail.sh

Shell script to display head and tail of files.

shell/hibernate.sh

Shell script for system hibernation.

shell/hview.sh

Shell script for hierarchical viewing of files.

shell/images/Image_resolutions.pdf

PDF document detailing image resolutions.

shell/images/pngresampledir.sh

Shell script to resample PNG images in a directory.

shell/ipymol.sh

Shell script to launch interactive PyMOL.

shell/json2rec.sh

Shell script to convert JSON to record format.

shell/json2yaml.sh

Shell script to convert JSON to YAML.

shell/keepass_backup.sh

Shell script to backup KeePass databases.

shell/keyb.sh

Shell script for keyboard utilities.

shell/keyboard/disable-keyboard.sh

Shell script to disable the keyboard.

shell/keyboard/enable-keyboard.sh

Shell script to enable the keyboard.

shell/l5.sh

Shell script for listing files by their last 5 lines.

shell/linspace.sh

Shell script to generate a linearly spaced sequence of numbers.

shell/list_exitcodes.sh

Shell script to list common exit codes.

shell/list_fun.sh

Shell script to list functions.

shell/list_gpu.sh

Shell script to list GPU information.

shell/lsc.sh

Shell script for listing files with size and count.

shell/lt.sh

Shell script for listing files by time.

shell/meta.sh

Shell script for metadata operations.

shell/mousepos/mouseloc.sh

Shell script to get mouse location.

shell/mousepos/mousepos.sh

Shell script to display mouse position.

shell/nerdfonts/nerdfonts_install.sh

Shell script to install Nerd Fonts.

shell/nlp.py

Python script for Natural Language Processing tasks.

shell/nlp.sh

Shell script to run NLP tasks.

shell/ollama/Makefile

Makefile for Ollama.

shell/ollama/Modelfile

Modelfile for Ollama, defining a custom large language model.

shell/ollama/README.md

README file for the Ollama setup.

shell/ollama/ai-commit.sh

Shell script for generating AI-powered Git commit messages using Ollama.

shell/ollama/codellama.sh

Shell script to run the CodeLlama model with Ollama.

shell/ollama/install.sh

Shell script to install Ollama.

shell/ollama/ollama.sh

Shell script to interact with Ollama.

shell/ollama/server.sh

Shell script to start the Ollama server.

shell/pcat.sh

Shell script for paginated cat output.

shell/pdb_batch_download.sh

Shell script for batch downloading PDB files.

shell/pdbsearch-seq.sh

Shell script to search PDB by sequence.

shell/pdfnum.sh

Shell script to add page numbers to PDF files.

shell/peval.sh

Shell script to perform shell command evaluation.

shell/process_fasta.sh

Shell script to process FASTA files.

shell/progress_list.sh

Shell script to display a progress list.

shell/protein/hbplus/hbplus

Executable for hbplus, a hydrogen bond calculation tool.

shell/protein/hbplus/hbplus.sh

Shell script to run hbplus.

shell/protein/pocket_align/pocket_align.def

Definition file for pocket alignment.

shell/protein/pocket_align/pocket_align.sh

Shell script for protein pocket alignment.

shell/protein/pocket_align/pocket_selector.py

Python script to select protein pockets.

shell/protein/pymol_pdb.sh

Shell script to interact with PyMOL for PDB operations.

shell/protein/sequence/blastpdb.sh

Shell script to perform BLAST searches on PDB sequences.

shell/protein/sequence/pdb2fasta.sh

Shell script to convert PDB files to FASTA format.

shell/prun.sh

Shell script for parallel command execution.

shell/pycalc.sh

Shell script for calculations using Python.

shell/randomtext.sh

Shell script to generate random text.

shell/recawk.sh

Shell script for processing record files using awk.

shell/recawk_test/data/file.rec.gz

GZipped record file for recawk testing.

shell/recawk_test/fun.sh

Shell script with helper functions for recawk tests.

shell/recentf.sh

Shell script to list recently accessed files.

shell/remind/agenda.sh

Shell script to generate an agenda from remind files.

shell/remind/calendar.sh

Shell script to generate a calendar from remind files.

shell/remind/google_cal_to_rem.sh

Shell script to convert Google Calendar to remind format.

shell/remind/ical_off.txt

iCal file for 'off' events in remind.

shell/remind/ical_vacances_zone_C.txt

iCal file for 'vacation zone C' events in remind.

shell/restart-kde-plasmashell.sh

Shell script to restart KDE Plasma shell.

shell/rm_interactive.sh

Shell script for interactive file deletion.

shell/rsync_home.sh

Shell script to rsync home directory.

shell/runcached

Executable or script for running cached commands.

shell/sequences/reverse_complement.sh

Shell script to calculate the reverse complement of a DNA sequence.

shell/shuffle_seqs.sh

Shell script to shuffle sequences.

shell/sit.sh

Shell script for interactive directory navigation (e.g., "select in terminal").

shell/site-to-pdf.sh

Shell script to convert a website to a PDF.

shell/smart_rename.sh

Shell script for smart renaming of files.

shell/spellchecker.sh

Shell script for spell checking text.

shell/squash/squash.sh

Shell script for squashing files or directories.

shell/squash/unsquash.sh

Shell script for unsquashing files or directories.

shell/sshfsrun.sh

Shell script to run SSHFS commands.

shell/tabview.sh

Shell script for viewing tabular data.

shell/teams.sh

Shell script for interacting with Microsoft Teams.

shell/tidyup.sh

Shell script for organizing files.

shell/timestamp.sh

Shell script to generate timestamps.

shell/tmscore/np.py

Python script for numerical operations related to TM-score calculations.

shell/tmscore/tmscore-max.sh

Shell script to find maximum TM-score.

shell/tmscore/tmscore-multi.sh

Shell script to run TM-score for multiple comparisons.

shell/tmscore/tmscore.sh

Shell script to calculate TM-score.

shell/tmscore/tmscore_cluster.py

Python script for clustering based on TM-score.

shell/tmscore/tmscore_format.sh

Shell script to format TM-score output.

shell/tmscore/tmscore_plot.py

Python script to plot TM-score results.

shell/trim.sh

Shell script to trim whitespace or characters from text.

shell/tsp_running_time.sh

Shell script to display the running time of tsp (task spooler) jobs.

shell/tsp_status.sh

Shell script to display the status of tsp (task spooler) jobs.

shell/unwrap.sh

Shell script to unwrap text.

shell/update.sh

Shell script to update system packages or applications.

shell/updatePDB.sh

Shell script to update PDB files.

shell/upx.sh

Shell script to compress executables using UPX.

shell/viewmail.sh

Shell script to view mail content.

shell/weather.sh

Shell script to get weather information.

shell/web_search.sh

Shell script for performing web searches.

shell/wget_google_drive.sh

Shell script to download files from Google Drive using wget.

shell/yaml2json.sh

Shell script to convert YAML to JSON.

shell/zcat.sh

Shell script to decompress and concatenate gzipped files.

singularity/IMP/imp.def

Singularity definition file for the IMP (Integrative Modeling Platform) software.

singularity/Makefile

Makefile for building Singularity images.

singularity/README.md

README file for the Singularity directory.

singularity/RFdiffusion/RFdiffusion.def

Singularity definition file for RFdiffusion protein design software.

singularity/RFdiffusion/RFdiffusion.sh

Shell script to run RFdiffusion within Singularity.

singularity/aider.def

Singularity definition file for the 'aider' tool (AI coding assistant).

singularity/all.def

Singularity definition file for a general-purpose image.

singularity/alphafold3/Makefile

Makefile for AlphaFold3 Singularity image.

singularity/alphafold3/alphafold3-predict.sh

Shell script to run AlphaFold3 prediction within Singularity.

singularity/alphafold3/alphafold3.def

Singularity definition file for AlphaFold3.

singularity/alphafold3/data/fold_input.json

JSON file containing input data for AlphaFold3 folding.

singularity/alv.def

Singularity definition file for the 'alv' tool.

singularity/annoy.def

Singularity definition file for Annoy.

singularity/atomsurf/Makefile

Makefile for AtomSurf Singularity image.

singularity/atomsurf/atomsurf.def

Singularity definition file for AtomSurf software.

singularity/boltz/Makefile

Makefile for Boltzman generator Singularity image.

singularity/boltz/boltz-predict.sh

Shell script to run Boltzman generator predictions within Singularity.

singularity/boltz/boltz.def

Singularity definition file for Boltzman generator.

singularity/boltz/boltz2.def

Another Singularity definition file for Boltzman generator.

singularity/boltz/data/1al1.fasta

FASTA file containing sequence data for Boltzman generator.

singularity/boltz/data/1t4e.fasta

FASTA file containing sequence data for Boltzman generator.

singularity/boltz/data/1t4e.yml

YAML configuration file for Boltzman generator with 1t4e data.

singularity/boltz/modified_residues.py

Python script for handling modified residues in Boltzman generator.

singularity/bougui/Makefile

Makefile for Bougui Singularity image.

singularity/bougui/bougui_1.def

Singularity definition file for Bougui (version 1).

singularity/bougui/bougui_2.def

Singularity definition file for Bougui (version 2).

singularity/bougui/chimera/Makefile

Makefile for Chimera within Bougui Singularity image.

singularity/bougui/chimera/chimera.def

Singularity definition file for Chimera within Bougui.

singularity/bougui/collada2gltf-2.1.4-h6bb024c_0.tar.bz2

Archived dependency file for Bougui.

singularity/bougui/neovim/Makefile_template_file

Makefile template file for Neovim within Bougui.

singularity/bougui/neovim/apptainer_template.def

Apptainer (Singularity) definition template for Neovim within Bougui.

singularity/bougui/neovim/base.def

Base Singularity definition file for Neovim within Bougui.

singularity/bougui/neovim/neovim.def

Singularity definition file for Neovim within Bougui.

singularity/bougui/neovim/py_template_file.py

Python template file for Neovim within Bougui.

singularity/bougui/neovim/sh_template_file.sh

Shell script template file for Neovim within Bougui.

singularity/bougui/neovim/vimrc.vim

Vim configuration file for Neovim within Bougui.

singularity/builder.sh

Shell script for building Singularity images.

singularity/chimerax/chimerax.def

Singularity definition file for ChimeraX.

singularity/colabfold/Makefile

Makefile for ColabFold Singularity image.

singularity/conda/README.md

README file for the Conda Singularity setup.

singularity/conda/cmds/build-extra-shell.sh

Shell script to build an extra shell within Conda Singularity.

singularity/conda/conda.def

Singularity definition file for a Conda environment.

singularity/conda/extra.def

Singularity definition file for extra Conda environment components.

singularity/conda/github.vim

Vim configuration file for GitHub integration within Conda Singularity.

singularity/conda/init.vim

Neovim initialization file within Conda Singularity.

singularity/conda/pymol.def

Singularity definition file for PyMOL within Conda.

singularity/conda/pytorch.def

Singularity definition file for PyTorch within Conda.

singularity/conda/shell.def

Singularity definition file for a shell environment within Conda.

singularity/debian.def

Singularity definition file for a Debian base image.

singularity/decimer/data/caffeine.png

PNG image of caffeine molecule for DECIMER.

singularity/decimer/decimer.def

Singularity definition file for DECIMER (Deep lEarning for Chemical IMage rEcognition).

singularity/decimer/img2smi.sh

Shell script to convert image to SMILES using DECIMER.

singularity/decimer/run.py

Python script to run DECIMER.

singularity/diffdock/conda.sif

Singularity image file for DiffDock Conda environment.

singularity/diffdock/diffdock.def

Singularity definition file for DiffDock (protein-ligand docking).

singularity/diffdock/diffdock.sh

Shell script to run DiffDock within Singularity.

singularity/diffdock/github.vim

Vim configuration file for GitHub integration within DiffDock Singularity.

singularity/diffdock/init.vim

Neovim initialization file within DiffDock Singularity.

singularity/esmfold/esm.def

Singularity definition file for ESMFold.

singularity/esmfold/esm_seq.py

Python script for ESM sequence operations within ESMFold.

singularity/esmfold/esmfold_test.py

Python test script for ESMFold.

singularity/esmfold/github.vim

Vim configuration file for GitHub integration within ESMFold Singularity.

singularity/esmfold/init.vim

Neovim initialization file within ESMFold Singularity.

singularity/esmfold/pytorch.def

Singularity definition file for PyTorch within ESMFold.

singularity/esmfold/run_esm_seq.sh

Shell script to run ESM sequence operations.

singularity/esmfold/shell.def

Singularity definition file for a shell environment within ESMFold.

singularity/evo2/Makefile

Makefile for Evo2 Singularity image.

singularity/evo2/evo2.def

Singularity definition file for Evo2 (Evolutionary protein design).

singularity/foldseek/foldseek.def

Singularity definition file for Foldseek.

singularity/foldseek/foldseek.sh

Shell script to run Foldseek within Singularity.

singularity/freecad/freecad.def

Singularity definition file for FreeCAD.

singularity/gems.def

Singularity definition file for the GEMS software.

singularity/genscore/genscore.def

Singularity definition file for Genscore.

singularity/gesim.def

Singularity definition file for Gesim.

singularity/gh.def

Singularity definition file for GitHub CLI (gh).

singularity/git.sh

Shell script for Git operations within Singularity.

singularity/glances.def

Singularity definition file for Glances (system monitoring tool).

singularity/glances.sh

Shell script to run Glances within Singularity.

singularity/gnina/Makefile

Makefile for Gnina Singularity image.

singularity/gnina/gnina.def

Singularity definition file for Gnina (molecular docking).

singularity/gnomon.def

Singularity definition file for Gnomon.

singularity/grex.def

Singularity definition file for Grex (regular expression generator).

singularity/indeep/collada2gltf-2.1.4-h6bb024c_0.tar.bz2

Archived dependency file for InDeep.

singularity/indeep/data/1ycr_a.pdb

PDB file containing protein structure data for InDeep.

singularity/indeep/indeep.def

Singularity definition file for InDeep (protein modeling).

singularity/llm.sh

Shell script to run Large Language Models (LLMs) within Singularity.

singularity/meld.def

Singularity definition file for Meld (diff and merge tool).

singularity/meld.sh

Shell script to run Meld within Singularity.

singularity/nvim.sh

Shell script to run Neovim within Singularity.

singularity/nvitop/nvitop.def

Singularity definition file for nvitop (NVIDIA GPU monitoring).

singularity/nvitop/nvitop.sh

Shell script to run nvitop within Singularity.

singularity/ollama/ollama.def

Singularity definition file for Ollama.

singularity/openmm-gromacs/Makefile

Makefile for OpenMM-GROMACS Singularity images.

singularity/openmm-gromacs/gromacs-plumed-pytorch-indeep.def

Singularity definition file for GROMACS, PLUMED, PyTorch, and InDeep combined.

singularity/openmm-gromacs/gromacs-plumed-pytorch.def

Singularity definition file for GROMACS, PLUMED, and PyTorch combined.

singularity/openmm-gromacs/gromacs-plumed.def

Singularity definition file for GROMACS and PLUMED combined.

singularity/openmm-gromacs/gromacs.def

Singularity definition file for GROMACS.

singularity/openmm-gromacs/openmm-plumed.def

Singularity definition file for OpenMM and PLUMED combined.

singularity/openmm-gromacs/openmm.def

Singularity definition file for OpenMM.

singularity/openmm-gromacs/plumed-pytorch.def

Singularity definition file for PLUMED and PyTorch combined.

singularity/openmm-gromacs/plumed.def

Singularity definition file for PLUMED.

singularity/openmm/Makefile

Makefile for OpenMM Singularity images.

singularity/openmm/openmm-plumed-apptainer/Makefile

Makefile for OpenMM-PLUMED Apptainer images.

singularity/openmm/openmm-plumed-apptainer/openmm-plumed.def

Apptainer definition file for OpenMM and PLUMED.

singularity/openmm/openmm-plumed-apptainer/openmm.def

Apptainer definition file for OpenMM.

singularity/openmm/openmm-plumed-apptainer/plumed.def

Apptainer definition file for PLUMED.

singularity/openmm/openmm-plumed.def

Singularity definition file for OpenMM and PLUMED.

singularity/openmm/openmm.def

Singularity definition file for OpenMM.

singularity/openmm/plumed.def

Singularity definition file for PLUMED.

singularity/pdbsumup_sing.sh

Shell script to run PDBsumup within Singularity.

singularity/pigz.sh

Shell script to run pigz (parallel gzip) within Singularity.

singularity/plip.def

Singularity definition file for PLIP (Protein-Ligand Interaction Profiler).

singularity/prolif/README.rst

reStructuredText README file for the ProLIF module.

singularity/prolif/prolif.def

Singularity definition file for ProLIF (Protein-Ligand Interaction Fingerprints).

singularity/prolif/prolif_test.py

Python test script for ProLIF.

singularity/pyg/extra.def

Singularity definition file for extra PyTorch Geometric (PyG) components.

singularity/pyg/shell.sif

Singularity image file for a shell environment with PyTorch Geometric (PyG).

singularity/pymol.def

Singularity definition file for PyMOL.

singularity/pytorch.def

Singularity definition file for PyTorch.

singularity/qmean.def

Singularity definition file for QMEAN (protein quality estimation).

singularity/rascore.def

Singularity definition file for RAScore.

singularity/rasp/rasp.def

Singularity definition file for RASP (RNA Secondary structure Analysis and Prediction).

singularity/rasp/rasp_mamba.def

Singularity definition file for RASP using Mamba.

singularity/rosetta/Makefile

Makefile for Rosetta Singularity image.

singularity/rosetta/rosetta.def

Singularity definition file for Rosetta (protein modeling).

singularity/run.sh

General shell script to run Singularity images.

singularity/seaborn.def

Singularity definition file for Seaborn (statistical data visualization).

singularity/shell/cmds/shell_local_install.sh

Shell script for local installation commands within Singularity shell.

singularity/shell/extras.def

Singularity definition file for extra components in a shell image.

singularity/shell/get_post.sh

Shell script for GET/POST requests within Singularity shell.

singularity/shell/github.vim

Vim configuration file for GitHub integration within Singularity shell.

singularity/shell/init.vim

Neovim initialization file within Singularity shell.

singularity/shell/shell.def

Singularity definition file for a general shell environment.

singularity/shell_gpt/Makefile

Makefile for Shell-GPT Singularity image.

singularity/shell_gpt/sgpt.sh

Internal shell script for Shell-GPT.

singularity/shell_gpt/sgpt.sh

Shell script to run Shell-GPT within Singularity.

singularity/shell_gpt/shell_gpt.def

Singularity definition file for Shell-GPT.

singularity/sing.sh

Shell script for basic Singularity commands.

singularity/singshell.sh

Shell script for starting a Singularity shell.

singularity/tmate.def

Singularity definition file for tmate (terminal sharing).

singularity/update_bis_bougui_sif.sh

Shell script to update a specific Bougui Singularity image file.

singularity/vortex/Makefile

Makefile for Vortex Singularity image.

singularity/vortex/vortex.def

Singularity definition file for Vortex.

singularity/vortex/vortex.slurm.sh

SLURM script to run Vortex within Singularity.

singularity/wormhole.def

Singularity definition file for Wormhole (secure file transfer).

tutorials/hibernate_ubuntu.md

Markdown tutorial on how to enable hibernation in Ubuntu.

tutorials/jupyter_pymol.md

Markdown tutorial on how to use Jupyter with PyMOL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •