Calculate the MD5 of INPUT files in bulk.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
YaqingLiu db0e26b704 Alter: batch calculation 4 years ago
tasks Alter: batch calculation 4 years ago
.DS_Store first commit 4 years ago
README.md Alter: batch calculation 4 years ago
defaults Alter: batch calculation 4 years ago
inputs Alter: batch calculation 4 years ago
workflow.wdl Alter: batch calculation 4 years ago

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"]
}