Skip to content

Commit

Permalink
all queue seems to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TOLGA committed Aug 28, 2020
1 parent b3e5617 commit a3d7be1
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions unix/commands.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ task awk {
Array[String] ? input_files
String output_filename

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 1
Int cpu = 1
}
Expand All @@ -35,7 +35,7 @@ task wget {
String url
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -62,7 +62,7 @@ task mkdir {
String directory
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -88,7 +88,7 @@ task mv {
String target
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -114,7 +114,7 @@ task cp {
String target
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -141,7 +141,7 @@ task Install {
String target
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -167,7 +167,7 @@ task UnZip {
String ? userString
String output_filename = basename(input_file, ".gz")

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand Down Expand Up @@ -196,7 +196,7 @@ task BgZip {

Array[String] modules = []

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand Down Expand Up @@ -233,7 +233,7 @@ task Tabix {

Array[String] modules = []

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand Down Expand Up @@ -274,7 +274,7 @@ task CompressAndIndex {

Array[String] modules = []

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand Down Expand Up @@ -316,7 +316,7 @@ task cut {
String ? delimiter
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -343,7 +343,7 @@ task sort {

String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand Down Expand Up @@ -371,7 +371,7 @@ task cat {
Array[String] ? input_files
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -397,7 +397,7 @@ task sed {
String output_filename
String command

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -423,7 +423,7 @@ task tar {
String output_filename
String userString = "-zcvf"

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -449,7 +449,7 @@ task grep {
String output_filename
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand All @@ -475,7 +475,7 @@ task zgrep {
String output_filename
String ? userString

String sge_queue = "dgd.q"
String sge_queue = "all.q"
Float memory = 12
Int cpu = 1
}
Expand Down

0 comments on commit a3d7be1

Please # to comment.