https://github.com/pysam-developers/pysam
Raw File
Tip revision: cdc0ed12fbe2d7633b8fa47534ab2c2547f66b84 authored by Nils Homer on 20 October 2023, 10:12:28 UTC
Add missing header tags as per the spec (PR #1238)
Tip revision: cdc0ed1
.gitattributes
# Omit these files from GitHub's generated tarballs
/.git*                      export-ignore
/.readthedocs.yaml          export-ignore
/.travis.disabled.yml       export-ignore

# Omit imported C files from GitHub's language statistics
htslib/**                   linguist-vendored
samtools/**                 linguist-vendored
samtools/samtools.pysam.*  -linguist-vendored
bcftools/**                 linguist-vendored
bcftools/bcftools.pysam.*  -linguist-vendored
back to top