-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pgdurand/BeeDeeM
- Loading branch information
Showing
62 changed files
with
1,245 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
db.name=NCBI_nr | ||
db.desc=NCBI nr protein databank with taxonomy. Protein sequences from GenBank CDS translations, PDB, Swiss-Prot, PIR, and PRF. | ||
db.type=p | ||
db.ldir=${mirrordir}|p|NCBI_nr | ||
|
||
db.files.include=^nr_v4.*\\d+\\.tar.gz$ | ||
db.files.exclude= | ||
|
||
tasks.unit.post=gunzip,untar | ||
tasks.global.post=delgz,deltar,makealias | ||
|
||
ftp.server=ftp.ncbi.nih.gov | ||
ftp.port=21 | ||
ftp.uname=anonymous | ||
[email protected] | ||
ftp.rdir=/blast/db/v4 | ||
ftp.rdir.exclude= | ||
|
||
history=0 | ||
|
||
aspera.use=true | ||
[email protected] | ||
aspera.args=-k 1 -T -l 640M | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#PDB_proteins | ||
#Fri Sep 15 13:47:28 CEST 2017 | ||
|
||
db.name=PDB_proteins | ||
db.desc=PDB Protein databank; illustrate use of external script call | ||
db.type=p | ||
db.ldir=${mirrordir}|p|PDB_proteins | ||
|
||
db.files.include=pdbaa_v4.tar.gz | ||
db.files.exclude= | ||
|
||
tasks.global.post=makealias,delgz,deltar,script(name=HelloWorld;path=hello_world.sh) | ||
tasks.unit.post=gunzip,untar,script(name=HelloWorld;path=hello_world.sh) | ||
|
||
ftp.uname=anonymous | ||
[email protected] | ||
ftp.server=ftp.ncbi.nih.gov | ||
ftp.port=21 | ||
ftp.rdir=/blast/db/v4 | ||
ftp.rdir.exclude= | ||
|
||
depends= | ||
|
||
history=0 | ||
|
||
aspera.use=true | ||
[email protected] | ||
aspera.args=-k 1 -T -l 640M | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#PDB_proteins | ||
#Fri Sep 15 13:47:28 CEST 2017 | ||
|
||
db.name=PDB_proteins | ||
db.desc=PDB Protein databank (Blast v4 db format) | ||
db.type=p | ||
db.ldir=${mirrordir}|p|PDB_proteins | ||
|
||
db.files.include=pdbaa_v4.tar.gz | ||
db.files.exclude= | ||
|
||
tasks.global.post=makealias,delgz,deltar | ||
tasks.unit.post=gunzip,untar | ||
|
||
ftp.uname=anonymous | ||
[email protected] | ||
ftp.server=ftp.ncbi.nih.gov | ||
ftp.port=21 | ||
ftp.rdir=/blast/db/v4 | ||
ftp.rdir.exclude= | ||
|
||
depends= | ||
|
||
history=0 | ||
|
||
aspera.use=true | ||
[email protected] | ||
aspera.args=-k 1 -T -l 640M | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
db.name=Pfam-hmm | ||
db.desc=Large collection of protein families, each represented by multiple sequence alignments and hidden Markov models (HMMs) | ||
db.type=d | ||
db.ldir=${mirrordir}|d|Pfam-hmm | ||
|
||
db.files.include=Pfam-A.hmm.gz | ||
db.files.exclude= | ||
|
||
tasks.unit.post=gunzip | ||
# by default, post-process script is located in ../scripts path | ||
tasks.global.post=delgz,script(name=hmmpress;path=pfam-hmm.sh) | ||
|
||
ftp.server=ftp.ebi.ac.uk | ||
ftp.port=21 | ||
ftp.uname=anonymous | ||
[email protected] | ||
ftp.rdir=/pub/databases/Pfam/current_release | ||
ftp.rdir.exclude= | ||
|
||
history=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/usr/bin/env bash | ||
|
||
# This is a BeeDeeM external task script template. | ||
# | ||
# This script illustrates the use of external tasks. | ||
# Such a task is called from a bank descriptor; e.g. see | ||
# for instance ../descriptors/PDB_proteins_task.dsc | ||
# | ||
# Such a BeeDeeM script is called by the task engine and | ||
# with up to two arguments: -d <path> -f <path> | ||
# | ||
# -d <path>: <path> is the bank installation path. | ||
# provided for both unit and global tasks. | ||
# -f <path>: <path> is the path to file under unit task processing | ||
# only provided with unit task. | ||
|
||
echo "Executing an external script" | ||
echo "Arguments coming from BeeDeeM are:" | ||
echo $@ | ||
|
Oops, something went wrong.