Protein blocks

Protein blocks are structural prototypes defined by de Brevern et al. [1] (see also references [2] & [3]). Their main interest is to modelize a 3-dimension local structure into a 1-dimension sequence. In principle, any conformation of any amino acid could be represented by one of the sixteen available protein blocks …

more ...



Reduce PDF size

Here is a bash script that reduces the size of a PDF file provided as an argument.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#! /bin/bash
# PP 29/08 …
more ...