Skip to content
Snippets Groups Projects
Commit 23af9215 authored by Cats's avatar Cats
Browse files

remove obsolete task, fix typo

parent 67f2dce5
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ task FastqSync {
output {
FastqPair out1 = object {
R1: out1path,
R1: out2path
R2: out2path
}
}
......
......@@ -131,23 +131,6 @@ task MapMd5 {
}
}
task ObjectMd5 {
input {
Object the_object
}
command {
cat ~{write_object(the_object)} | md5sum - | sed -e 's/ -//'
}
output {
String md5sum = read_string(stdout())
}
runtime {
memory: 1
}
}
task StringArrayMd5 {
input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment