Skip to content

Commit

Permalink
circos modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Espindola committed Aug 15, 2018
1 parent d03ac5b commit 4cd42b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ This repository contains all the [scripts](/scripts) that allowed to obtain all
There are multiple steps associated with the design of e-probes. In this case, all the methodology is explained in our manuscript.

# E-probe coordinates
Retrieving coordinates from different aflatoxin gene clusters. First we need to retrieve all the aflatoxin gene clusters available.
Retrieving coordinates from different aflatoxin gene clusters. First we need to retrieve all the aflatoxin gene clusters available on NCBI.
First move to the `results` folder and run the following command

```bash
cd results
bash ../scripts/run_circos.sh ../gene-cluster-IDs.txt
```
4 changes: 2 additions & 2 deletions scripts/run_circos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

#Download all the sequences required

perl scripts/get_genbank_batch.pl $1
perl scripts/genbank2fasta.pl sequences.gbk
perl get_genbank_batch.pl $1
perl genbank2fasta.pl sequences.gbk

0 comments on commit 4cd42b1

Please sign in to comment.