Skip to content

Commit

Permalink
Fix the script to be used in conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorafaelalmeida committed May 2, 2019
1 parent a3172d4 commit b098a22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 298 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ The GTO provides pipe support for easy integration with the majority of the tool
5.17 gto_gede
```

### 6. Scripts
```bash
6.1 gto_build_dbs.sh
```

## CITE
Please cite the followings, if you use GTO:
J. R. Almeida, D. Pratas. GTO: the genomics toolkit, 2018.
Expand Down
Binary file removed bin/gto_build_dbs
Binary file not shown.
294 changes: 0 additions & 294 deletions src/BuildDB.c

This file was deleted.

5 changes: 1 addition & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ PROGS = $(BIN)/gto \
$(BIN)/gto_comparative_map \
$(BIN)/gto_genomic_count_bases \
$(BIN)/gto_max \
$(BIN)/gto_min \
$(BIN)/gto_build_dbs
$(BIN)/gto_min



Expand Down Expand Up @@ -195,8 +194,6 @@ $(BIN)/gto_max: Max.c $(DEPS) $(OBJS)
$(CC) $(CFLAGS) -o $(BIN)/gto_max Max.c $(OBJS) $(LIBS)
$(BIN)/gto_min: Min.c $(DEPS) $(OBJS)
$(CC) $(CFLAGS) -o $(BIN)/gto_min Min.c $(OBJS) $(LIBS)
$(BIN)/gto_build_dbs: BuildDB.c $(DEPS) $(OBJS)
$(CC) $(CFLAGS) -o $(BIN)/gto_build_dbs BuildDB.c $(OBJS) $(LIBS)

geco:
git clone https://github.com/pratas/geco2.git
Expand Down

0 comments on commit b098a22

Please sign in to comment.