Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T-Coffee misinterpret an input file starting with a "A" #3

Open
pditommaso opened this issue Apr 1, 2015 · 1 comment
Open

T-Coffee misinterpret an input file starting with a "A" #3

pditommaso opened this issue Apr 1, 2015 · 1 comment

Comments

@pditommaso
Copy link
Member

To replicate the issue:

$ t_coffee -infile ASA.fasta -in Mproba_pair -score 1

ERROR: SSA.fasta not recognised [FATAL:T-COFFEE]
INPUT FILES
    Input File (M) proba_pair 
    Input File (S) SA.fasta ERROR: SA.fasta Does Not Exist [FATAL:T-COFFEE]

Release: T-COFFEE Version_11.00.8cbe486 (2014-08-12 22:05:29 - Revision 8cbe486 - Build 477)

@cnotred
Copy link
Contributor

cnotred commented Apr 1, 2015

The reason is some internal tagging being done by T-Coffee, with A for
Alignments and S for sequences. Normally, this should not interfere with
file names, but it not be well supported by the -infile flag.

The easiest fiy is to add the letter A before every filename provided
via -infile. If your file is name ASA.fasta, try:

t_coffee -infile AASA.fasta -in Mproba_pair -score 1

It is ugly but it works (it will work with any other file of course)

Cedric

On 1/4/15 1:54 PM, Paolo Di Tommaso wrote:

To replicate the issue:

|$ t_coffee -infile ASA.fasta -in Mproba_pair -score 1

ERROR: SSA.fasta not recognised [FATAL:T-COFFEE]
INPUT FILES
Input File (M) proba_pair
Input File (S) SA.fasta ERROR: SA.fasta Does Not Exist [FATAL:T-COFFEE]
|

Release: |T-COFFEE Version_11.00.8cbe486 (2014-08-12 22:05:29 - Revision
8cbe486 - Build 477)|


Reply to this email directly or view it on GitHub
#3.

##########################################
Dr Cedric Notredame
Group Leader
Notredame's lab - Comparative Bioinformatics Group
Bioinformatics and Genomics Programme
Room 440.03

Centre de Regulació Genòmica (CRG)
Dr. Aiguader, 88
08003 Barcelona
Spain

Ph# + 34 93 316 02 71
Fax# + 34 93 316 00 99
Mobile# + 34 66 250 47 82

email [email protected]
url www.tcoffee.org
blog cedricnotredame.blogspot.com
ORC-ID: 0000-0003-1461-0988
###########################################

cnotred pushed a commit that referenced this issue Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants