Skip to content

Commit

Permalink
do not ignore properties files, add missing file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Oct 23, 2015
1 parent c24979f commit f223d24
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ target/
.emacs*
.ipython
.mongo*
*.properties
#*.properties

41 changes: 41 additions & 0 deletions tests/directhttp.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[GENERAL]
######################
### Initialization ###

db.fullname="directhttp system bank test"
db.name=directhttp
db.type=nucleic_protein

offline.dir.name=offline/test/local_tmp
dir.version=test/directhttp

frequency.update=0

### Synchronization ###

files.num.threads=1

# NCBI (download fasta)
protocol=directhttp
server=ftp2.fr.debian.org

release.protocol=directhttp
release.server=ftp2.fr.debian.org
release.remote.dir=/debian/README
release.file=README
release.regexp=([0-9.]+),
release.file.compressed=

#remote.dir=common/downloads/Current_Release/Pfalciparum3D7/fasta/data/PlasmoDB-25_Pfalciparum3D7_Genome.fasta
#plasmo/communityDownload.do?fname=Atg3_alignment.txt
remote.dir=/debian/README.html
remote.files=

local.files=debian/README.html

## Post Process ## The files should be located in the projectfiles/process
BLOCKS=

### Deployment ###

keep.old.version=1

0 comments on commit f223d24

Please sign in to comment.