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

loop for encompass all 5 models, not treat 0 as special #16

Closed
keiran-rowell-unsw opened this issue Oct 11, 2024 · 1 comment
Closed
Assignees
Labels
invalid This doesn't seem right

Comments

@keiran-rowell-unsw
Copy link
Member

keiran-rowell-unsw commented Oct 11, 2024

awk '{print \$6"\\t"\$11}' ranked_0.pdb | uniq > ranked_0_plddt.tsv
for i in 1 2 3 4
do awk '{print \$6"\\t"\$11}' ranked_\$i.pdb | uniq | awk '{print \$2}' > ranked_"\$i"_plddt.tsv
done

Duplicate line

@keiran-rowell-unsw
Copy link
Member Author

Nvm, it's the paste line just below, so you want model_0_plddt.tsv to contain the leading residue index and then paste will line them all up.

@keiran-rowell-unsw keiran-rowell-unsw closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants