Skip to content
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

localcolab fold skipping other sequences in csv file? #222

Open
amoschoomy opened this issue Mar 17, 2024 · 2 comments
Open

localcolab fold skipping other sequences in csv file? #222

amoschoomy opened this issue Mar 17, 2024 · 2 comments

Comments

@amoschoomy
Copy link

log.txt

2024-03-17 09:50:23,454 Skipping TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_3 (result.zip)
2024-03-17 09:50:23,454 Skipping TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_4 (result.zip)
2024-03-17 09:50:23,454 Skipping TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_2 (result.zip)
2024-03-17 09:50:23,454 Skipping TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_5 (result.zip)

my csv file

id,sequence
TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_1,aa_sequence
TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_2,aa_sequence
TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_3,aa_sequence
TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_4,aa_sequence
TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3_5,aa_sequence

colabfold_batch /scratch/project/tcr_ml/colabfold/cancer/TRUST_TB-000025-D1WBLL-01_RNAseq_L001_R1_airr_extracted.tsv_cdr3.csv results --num-recycle 10 --use-gpu-relax --amber --zip --recompile-padding 0 this is the command i use to run localcolabfold.

it runs the first amino acid sequence but once its complete it skips the remaining sequence, is it something with the zip command? i run it without the zip command and it processed all the sequence. results is a directory. Thanks.

@apal6
Copy link

apal6 commented Apr 11, 2024

Hi @amoschoomy,

I have the same issue, how did you fix it?

Thanks!

@amoschoomy
Copy link
Author

I just ran it without the zip parameter and resort to zipping the entire results folder once it is done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants