Commit
·
175efcf
1
Parent(s):
ab05247
Add fastas
Browse files- .gitattributes +2 -0
.gitattributes
CHANGED
|
@@ -56,3 +56,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 56 |
# Bioinformatics
|
| 57 |
# TODO Make this work with fq too
|
| 58 |
*.fastq* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 56 |
# Bioinformatics
|
| 57 |
# TODO Make this work with fq too
|
| 58 |
*.fastq* filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.fa filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.fasta filter=lfs diff=lfs merge=lfs -text
|