Open Rohit-Satyam opened 1 month ago
the following version resolved the issue:
mamba install pytorch=1.8.1 torchvision cudatoolkit=10.2 -c pytorch
But I don't understand why the output is printed to the screen and not saved to a file. Also it lacks the Sequence header information
TRUE: ################################UNKNOWN###############################
PRED: OOOOOMMMMMMMMMMMMMMMMMMMMIIIIIIIIIIIIIIIIIIMMMMMMMMMMMMMMMMMMMMOOOOOOOES
TYPE PROB:0.981691837310791; CS PROB:N/A (no SP predicted)
TRUE: ################################UNKNOWN###############################
PRED: SSSSSSSSSSSSSSSSSSSSSSSSSSSSOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOES
TYPE PROB:0.9999996423721313; CS PROB:0.9999140501022339
Thank you for the feedback! I have updated the code. Please pull the latest updates.
Results are now saved (by default in output.csv, output file can be specified through --output_file parameter now - see also the updated example_runs.txt). Results are printed only when using --verbose argument.
I have 606 protein sequences from uniprot. I tried running
TSignal
as follows and ran into the following issue @Dumitrescu-AlexandruCan you help?