Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SOaAS
psotdb
Commits
e6f821cc
Commit
e6f821cc
authored
Jul 23, 2019
by
Rudel Fankep
Browse files
argument fasta
parent
dd9ddf79
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Merk.txt
0 → 100644
View file @
e6f821cc
Verzeichnisstruktur beim prepare
dbname+_+tool. keine unterverzeichnisse: skripte wäre komplizierter. man müsste in jedem verzechnis gehen bei
operationen und wieder rauskommen
blast_db.sh
View file @
e6f821cc
...
...
@@ -6,5 +6,4 @@ TOOL_FILE=$2
cd
$TOOL_DIR
makeblastdb
-dbtype
prot
-in
$TOOL_FILE
rm
$TOOL_FILE
cd
-
\ No newline at end of file
delete_db.sh
View file @
e6f821cc
#!/bin/bash
database
=
$1
file
=
$2
cd
$file
rm
$database
*
cd
-
\ No newline at end of file
WEB_FILE
=
$1
s3cmd del
$WEB_FILE
\ No newline at end of file
download_db.sh
View file @
e6f821cc
#!/bin/bash
Target_file
=
$1
Target_dir
=
$2
s3cmd get
$Target_file
$Target_dir
TARGET_FILE
=
$1
TARGET_DIR
=
$2
FILE_NAME
=
$3
cd
$TARGET_DIR
s3cmd get
$TARGET_FILE
tar
-xzvf
$FILE_NAME
rm
$FILE_NAME
cd
-
\ No newline at end of file
ghostx_db.sh
View file @
e6f821cc
...
...
@@ -4,5 +4,4 @@ TOOL_DIR=$1
TOOL_FILE
=
$2
cd
$TOOL_DIR
ghostx db
-i
$TOOL_FILE
-o
ghostx_db
rm
$TOOL_FILE
cd
-
\ No newline at end of file
hmmer_pfam.sh
100644 → 100755
View file @
e6f821cc
#!/bin/bash
TOOL_DIR
=
$1
TOOL_FILE
=
$2
cd
$TOOL_DIR
hmmpress
$TOOL_FILE
cd
-
\ No newline at end of file
main.py
View file @
e6f821cc
This diff is collapsed.
Click to expand it.
prepare_card.sh
View file @
e6f821cc
...
...
@@ -4,4 +4,5 @@ DOWNLOAD_DIR=$1
cd
$DOWNLOAD_DIR
wget https://card.mcmaster.ca/download/0/broadstreet-v3.0.3.tar.gz
tar
xjf broadstreet-v3.0.3.tar.gz
rm
broadstreet-v3.0.3.tar.gz
cd
-
\ No newline at end of file
testfile.txt
View file @
e6f821cc
...
...
@@ -92,4 +92,5 @@ Database repository---> https://github.com/MGX-metagenomics/databases/blob/maste
anzeigen lassen---> echo $VARIABLE
löschen---> unset VARIABLE
setzen---> export VARIABLE = pfad
\ No newline at end of file
setzen---> export VARIABLE = pfad
upload_db.sh
View file @
e6f821cc
#!/bin/bash
DATA_D
B
=
$1
TARGET_
FIL
E
=
$2
DATA_D
IR
=
$1
TARGET_
DIR_NAM
E
=
$2
TARGET_DIR
=
$3
TARGET_FILE_NAME
=
$4
cd
$DATA_D
B
tar
-czvf
$TARGET_
FILE
_NAME
$TARGET_
FILE
s3cmd put
$TARGET_
FILE
_NAME
$
TARGET
_DIR
rm
$TARGET_
FILE
_NAME
UPLOAD_DIR
=
$4
cd
$DATA_D
IR
tar
-czvf
$TARGET_
DIR
_NAME
$TARGET_
DIR
s3cmd put
$TARGET_
DIR
_NAME
$
UPLOAD
_DIR
rm
$TARGET_
DIR
_NAME
cd
-
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment