camel2000

Results 17 comments of camel2000

@milot-mirdita thanks, this is the query fasta content ``` >tr|A7TBS3|A7TBS3_NEMVE Predicted protein (Fragment) OS=Nematostella vectensis GN=v1g153959 PE=4 SV=1 Split=0 VCIHTENQNQVSFYPFVLHEISVLIELTLGHLRYRLTDVPPQPNSQPDSATNYVWML ```

you known what,I succeeded on the uniref30_2302 dataset, but failed many many times on colabfold_envdb_202108 (GPU version) @milot-mirdita

i am trying to (i restart over again). when i have something new ,i will let you known @milot-mirdita thanks very much

@milot-mirdita i think i have solved all the bugs,the failure on the colabfolddb is because “there have no enough apace on /tmp ”, There is only one line of information...

how about you just use one GPU instead 4 (export CUDA_VISIBLE_DEVICES=0)

for example, this is my cpu version pipeline mkdir -p ${result_dir} mmseqs createdb ${input_fasta_path} ${result_dir}/qdb mmseqs search ${result_dir}/qdb ${database_path} \ ${result_dir}/res ${result_dir}/tmp \ --num-iterations 3 --db-load-mode 2 -s 8 -e...