trapd00r / LS_COLORS

A collection of LS_COLORS definitions; needs your contribution!
Other
2.11k stars 259 forks source link

add new extension #76

Closed xtmgah closed 11 months ago

xtmgah commented 7 years ago

Can you set different color for these extension? i don't know how to change it in my hand:

.bam .bai .vcf .bed .R .RData

thanks.

rpdelaney commented 6 years ago

Please describe the file types and I'll see if I can get them sorted in eventually.

aureq commented 6 years ago

.vcf is a vCard which contact details, like email, names, address. That used to be part of Outlook Express if I remember correctly.

Gorzen commented 3 years ago

Maybe but I'm pretty sure it's not the vcf he meant .bam, .bai and .vcf are all stuff about genomics (DNA, ...) .bam is the actual data (compressed binary version of a SAM file which represent aligned sequences (ATCG...)) .bai is an index for the .bam file (to index sequence positions) .vcf is for Variant Call Format, basically says where and what variants you have between two genomes

The other ones I don't really know much about them but also data stuff

rpdelaney commented 11 months ago

PRs welcome :)