NBISweden / IgDiscover-legacy

Analyze antibody repertoires and discover new V genes from high-throughput sequencing reads
https://www.igdiscover.se
MIT License
17 stars 10 forks source link

Omit species from database file names #33

Closed marcelm closed 7 years ago

marcelm commented 7 years ago

Originally reported by: Marcel Martin (Bitbucket: marcelm, GitHub: marcelm)


That is, the database files should no longer be named speciesname_V.fasta, speciesname_D.fasta and speciesname_J.fasta, but only V.fasta, D.fasta and J.fasta.

This is a requirement for solving issue #15.


marcelm commented 7 years ago

Original comment by Marcel Martin (Bitbucket: marcelm, GitHub: marcelm):


Get rid of species in input V/D/J FASTA file names

The files now simply need to be named V.fasta, D.fasta and J.fasta

Closes #33