Calculate the MD5 of INPUT files in bulk.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
YaqingLiu 1072002f72 Alter: MD5.wdl il y a 4 ans
tasks Alter: MD5.wdl il y a 4 ans
.DS_Store first commit il y a 4 ans
README.md Update: README.md il y a 4 ans
defaults Alter: defaults il y a 4 ans
inputs Alter: batch calculation il y a 4 ans
workflow.wdl Update: README.md il y a 4 ans

README.md

README.md

Author: Yaqing Liu

Email: yaqing.liu@outlook.com

Last Updates: 08/04/2021

This app generates the MD5 of the INPUT files in bulk.

The OUTPUT.md5 file consists of n rows and 2 columns, the first column is the MD5 code and the second column is the corresponding file name.

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

Please note that the input file is in JSON format.

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