Calculate the MD5 of INPUT files in bulk.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
YaqingLiu 698ab46c3d Alter: MD5.wdl 4 年前
tasks Alter: MD5.wdl 4 年前
.DS_Store first commit 4 年前
README.md Alter: MD5.wdl 4 年前
defaults Alter: batch calculation 4 年前
inputs Alter: batch calculation 4 年前
workflow.wdl Alter: batch calculation 4 年前

README.md

README.md

Author: Yaqing Liu

Email: yaqing.liu@outlook.com

Last Updates: 08/04/2021

This app will generate the MD5

Requirements

  • choppy
  • Ali-Cloud
  • Linux

Usage

# Install
choppy install YaqingLiu/MD5

# Prepare the input file: samples.json

# Submit your task
choppy batch YaqingLiu/MD5-latest samples.json -p project_name

Input

{
    "sample_id": "sample_id",
    "INPUT": [
		"file_1",
		"file_2",
		"file_3",
		...,
		"file_n"]
}