SMA Finder is a Python-based command-line tool designed for diagnosing spinal muscular atrophy (SMA) using exome or genome sequencing data. It automates the analysis of sequencing files to identify genetic markers associated with SMA. The current version is 1.4.4, with releases occurring as significant new features or improvements are added, rather than on a strict cadence.
pip install sma-finderVerified import paths — ran on the pinned version, not inferred.
Run SMA Finder from the command line, providing input BAM/CRAM files, a reference genome FASTA, and an output directory. The `--reference_name` flag helps label outputs and, for v1.2+, informs the tool if it needs to try multiple reference fastas.
Ensure `samtools` (and any other necessary bioinformatics tools) are installed and their executables are in your system's PATH. Using a tool like `conda` (e.g., `conda install samtools`) or a containerized environment (Docker, Singularity) can help manage these dependencies.
Allocate sufficient computing resources (RAM, CPU cores, disk space) for your analysis. For WGS data, consider running on a high-performance computing (HPC) cluster or cloud environment with adequate resources.
Verify the genome build of your input BAM/CRAM files. Provide a reference FASTA file that precisely matches this build. While the tool is flexible, explicit matching prevents unnecessary trial-and-error.
No dependency data recorded yet.