-
Notifications
You must be signed in to change notification settings - Fork 32
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
[BUG] ClustalO wrapper example from the docs is not working correctly #116
Comments
Maybe related: #61 |
If I remember correctly, the The issue #61 is unrelated but definitely needs some attention 😅 (Edit: Whoops definitely related to your additional context) |
Downloading the tool and giving it's exe path to the constructor fixes this first hurdle:
But calling the
I can reproduce this error when running the tool by hand in the powershell, which is weird as the input file is definitely in
Maybe some line ending bonanza or the fasta format was changed recently 🤷 Edit: Whoops misclicked on close issue. Will investigate further |
The line Can you check whether your temporary files are encoded in UTF8-BOM or UTF8 not? Also the AdditionalInfo:
|
Good catch, UTF8BOM was already an issue when is tried to use fasta files for TargetP2, could have thought about that one. Ill fix that one |
Should be fixed with beb4158 Adaptions to work on biosequences would still be highly appreciated |
Also, the rootpath works just fine for me as long is i have the BioFSharp repo on my machine, was that not the intention of the design? |
well yes, but actually no This is the path it tries for me: I think either we change it to look for a global clustal installation or we make the parameter mandatory? (Edit: Yes that was the intention. Not sure if building the repo yourself should be regarded as a a case in the code though) |
Describe the bug
The example throws an error when it wants to read some temporary files
To Reproduce
Additional context
Also, conversion functions or overloads for
AlignSequences
that work on all BioSequences (BioArray, BioList, BioSeq), so something likeTaggedSequence<string,seq<IBioItem>>
would be awesome. Tagging @HLWeil as you're the creator ;)The text was updated successfully, but these errors were encountered: