If HEADER is available and it contains a non-empty PDB ID record (cols 63-66), then use this as a prefix for the FASTA records. Otherwise, default to 'PDB'.
Chose not to implement as an option since pdb_tofasta already has an option (-multi) and this is actually what makes the most sense.
Closes #123.
If
HEADER
is available and it contains a non-empty PDB ID record (cols 63-66), then use this as a prefix for the FASTA records. Otherwise, default to 'PDB'.Chose not to implement as an option since
pdb_tofasta
already has an option (-multi
) and this is actually what makes the most sense.