1 Star 0 Fork 0

王晓铎/htslib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitattributes 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
James Bonfield 提交于 2024-06-24 18:50 +08:00 . Add Windows CI via github actions
# Ensure BAM and CRAM files are left as binary. To display changes in them
# by converting to SAM, add to your configuration (perhaps with --global):
#
# git config diff.bam.textconv "samtools view -h"
# git config diff.cram.textconv "samtools view -h"
*.bam -text diff=bam
*.cram -text diff=cram
# Omit these files from release tarballs.
/.appveyor.yml export-ignore
.git* export-ignore
/.cirrus.yml export-ignore
README.md export-ignore
# Remove the text attribute from reference files, so that git doesn't convert
# line separators on Windows machines. It causes the index files to become out
# of sync with the fasta files.
*.fa* -text
# Remove the text attribute from index_dos.sam, so that the line separators
# for the test file don't get converted into Unix format.
test/index_dos.sam -text
# Remove the text attribute from various faidx test files
test/faidx/faidx*.fa* -text
test/faidx/fastqs*.fq* -text
test/fastq/*.fa -text
test/fastq/*.fq -text
*.tst -text
*.out -text
*.crai -text
*.bai -text
*.csi -text
*.gzi -text
*.bcf -text
*.sam -text
*.sam.gz -text
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xdds/htslib.git
git@gitee.com:xdds/htslib.git
xdds
htslib
htslib
master

搜索帮助