代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。