Skip to content

Commit dd94a97

Browse files
committed
Fixed typo in tab
1 parent 83164be commit dd94a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/post/lgd_filter_membrane.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def parse_command_line():
118118
perc = out / float(len(ca_ligand))
119119

120120
if perc >= args.cutoff:
121-
percentages[(swarm_id, glowworm_id)] = perc
121+
percentages[(swarm_id, glowworm_id)] = perc
122122
shutil.copyfile(pdb_file, os.path.join(filtered_folder, 'swarm_{}_{}.pdb'.format(swarm_id, glowworm_id)))
123123
try:
124124
filter_passed[swarm_id].append(glowworm_id)

0 commit comments

Comments
 (0)