cmendezc

Bacterial regulatory interaction extraction system

...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 3. CoreNLP 11 3. CoreNLP
12 12
13 ## Run 13 ## Run
14 -Set filenames and paths in [run-bries.sh]() 14 +Set filenames and paths in [run-bries.sh](http://pakal.ccg.unam.mx/cmendezc/bries/blob/master/run-bries.sh)
15 15
16 ## Acknowledgments 16 ## Acknowledgments
17 This work was supported by UNAM-PAPIIT IA203420. 17 This work was supported by UNAM-PAPIIT IA203420.
...\ No newline at end of file ...\ No newline at end of file
......
1 #!/bin/bash 1 #!/bin/bash
2 2
3 -###### Automatic extraction of TRN from several files ###### 3 +###### Automatic extraction of TRN ######
4 4
5 BRIES_HOME=/myhome/bries 5 BRIES_HOME=/myhome/bries
6 PMIDS_HOME=/myhome/preprocessed-files 6 PMIDS_HOME=/myhome/preprocessed-files
......