Browse Source

Alter: MD5.wdl

master
YaqingLiu 4 years ago
parent
commit
47fc4a304c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tasks/MD5.wdl

+ 2
- 1
tasks/MD5.wdl View File

@@ -14,8 +14,9 @@ task MD5 {
echo $i
md5sum $i > $(basename $i).md5
done
cat `ls | grep .md5$` > OUTPUT.md5
sed 's/ .*\//\t/g' OUTPUT.md5 > OUTPUT.md5
>>>

runtime {

Loading…
Cancel
Save