--------------------- WARNING ---------------------
,SG: seq doesn't validate with [0-9A-Za-z\*\-\.=~\\/\?], mismatch is
---------------------------------------------------
------------- EXCEPTION: Bio::Root::Exception -------------
GGAAGAGAGCA] which does not look healthyAATCGTACCGCCAAGGAAGTTC
STACK: Error::throw
STACK: Bio::Root::Root::throw /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Bio/Root/Root.pm:472
STACK: Bio::PrimarySeq::seq /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Bio/PrimarySeq.pm:285
STACK: Bio::PrimarySeq::new /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Bio/PrimarySeq.pm:239
STACK: Bio::LocatableSeq::new /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Bio/LocatableSeq.pm:121
STACK: Phylosift::FastSearch::translate_frame /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/FastSearch.pm:733
STACK: Phylosift::FastSearch::write_candidates /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/FastSearch.pm:1053
STACK: Phylosift::FastSearch::launch_searches /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/FastSearch.pm:319
STACK: Phylosift::FastSearch::run_search /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/FastSearch.pm:136
STACK: Phylosift::Phylosift::run_search /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/Phylosift.pm:418
STACK: Phylosift::Phylosift::run /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/Phylosift.pm:175
STACK: Phylosift::Command::search::execute /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/Phylosift/Command/search.pm:54
STACK: App::Cmd::execute_command /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/App/Cmd.pm:243
STACK: App::Cmd::run /Users/umdp/Desktop/phylosift_v1.0.1/bin/../lib/App/Cmd.pm:171
STACK: /Users/umdp/Desktop/phylosift_v1.0.1/bin/phylosift:7
-----------------------------------------------------------
May I know what could have gone wrong and how can I fix this?many thanks!
Best Wishes,
Nizam
--
You received this message because you are subscribed to the Google Groups "PhyloSift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phylosift+...@googlegroups.com.
To post to this group, send email to phyl...@googlegroups.com.
Visit this group at https://groups.google.com/group/phylosift.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "PhyloSift" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phylosift+unsubscribe@googlegroups.com.
perl -pi -e 's/\r//g' BRC7-11.fna
And things seem to work better now.
This command removes the extra return character that Macs tend to add at the end of lines. I guess BioPerl does not like them.
Let me know if this works out for you.
Guillaume
--