Calculate the MD5 of INPUT files in bulk.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
YaqingLiu db0e26b704 Alter: batch calculation 4年前
tasks Alter: batch calculation 4年前
.DS_Store first commit 5年前
README.md Alter: batch calculation 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",
    "files": ["A", "B", "C", ..., "Z"]
}