Takes all gpx files from current folder and produces a tsv (tab-separated values) file containin the id, long, lat, elevation, and time of the waypoints from these files.
Libraries used: gpxpy, glob.
Extracts reads aligning to a list of contigs and their mates wherever they are.
Libraries used: samtools, bbmap.
An R script that renames files in a given folder based on a tsv table with new and old names (minus file extensions). The script preserves file extentions.
Libraries used: dplyr, purrr.