A curated collection of Bash scripts and Linux commands optimized for Next-Generation Sequencing (NGS) data processing.
In bioinformatics, we spend 80% of our time "wrangling" data. These scripts automate the repetitive parts of the pipeline, from file management to HPC job submission.
- Batch Renaming: Clean up messy sequencing provider names.
- Automated QC: One-command FastQC/MultiQC wrapper.
- Region Extractor: Fast extraction of genome coordinates using
bedtools. - SLURM Template: Best-practice template for cluster job submission.
Ensure scripts have execution permissions:
chmod +x scripts/*.sh
./scripts/batch_rename.sh ./data fastq.gz SAMPLE_A