This repository copy was improved without changing the original source repository.
- Project folder names were inconsistent (
TWASTutorial,TWAStutorial,TWAS_tutorial). - Several commands assumed folders existed but did not create them with
mkdir -p. kallistomodule command usedml loadinstead ofml(inconsistent with other sections).samples.trimmed.txtcreation was shown as a commented line but later required by Slurm.- R plotting section used
fread()without loadingdata.table. - Multiple typos and wording issues reduced clarity (for example: "cromosomes", "specie", "copy pase").
downloadSamples.shlacked a shebang, error handling, and output-directory creation.
- Rewrote
README.mdfor consistency, clearer sequencing, and reproducibility. - Standardized working directory naming (
TWAS_tutorial) and path usage. - Added explicit
mkdir -pand setup/verification commands. - Corrected module-loading and script snippets for FastQC, Trimmomatic, and Kallisto.
- Added missing
library(data.table)in the Manhattan plot section. - Modernized
downloadSamples.shwith:#!/usr/bin/env bashset -euo pipefail- automatic output directory creation
- loop-based URL download for easier maintenance
- No biological assumptions or model choices were changed.
- No original data files were modified.