I (Terry) get the following error when trying to run MAKE-SIMPLE-IDENTIFIERS-TO-FASTA-NAMES-CORRESPONDENCE-FILE:
$ alisp
International Allegro CL Enterprise Edition
8.0 [Mac OS X (Intel)] (Apr 17, 2006 13:04)
Copyright (C) 1985-2005, Franz Inc., Oakland, CA, USA. All Rights Reserved.
This development copy of Allegro CL is licensed to:
[TC14164] University of Cambridge
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the
;; current optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
CL-USER(1): (load "/usr/local/lispmds/.clinit.cl")
CL-USER(2): (MAKE-SIMPLE-IDENTIFIERS-TO-FASTA-NAMES-CORRESPONDENCE-FILE "ramona.fas" "terry")
Error: eof encountered on stream
#<STRING-INPUT-SIMPLE-STREAM "EPI1198_|_HA..." pos 64 @
#x11028dda>
[condition type: END-OF-FILE]
Restart actions (select using :continue):
0: Return to Top Level (an "abort" restart).
1: Abort entirely from this (lisp) process.
Maybe this is due to unexpected characters in the sequence id in the FASTA file. The error is on the first sequence in my file, with id EPI1198_|_HA_|_A/Hanoi/184/2002_|_EPI_ISL_271_|_AB221016_|_AH3N2.
I (Terry) get the following error when trying to run
MAKE-SIMPLE-IDENTIFIERS-TO-FASTA-NAMES-CORRESPONDENCE-FILE:Maybe this is due to unexpected characters in the sequence id in the FASTA file. The error is on the first sequence in my file, with id
EPI1198_|_HA_|_A/Hanoi/184/2002_|_EPI_ISL_271_|_AB221016_|_AH3N2.