Calculate the MD5 of INPUT files in bulk.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
YaqingLiu ca2944d7c0 Update: README.md 4 anos atrás
tasks Update: README.md 4 anos atrás
.DS_Store first commit 4 anos atrás
README.md Update: README.md 4 anos atrás
defaults Update: README.md 4 anos atrás
inputs Alter: batch calculation 4 anos atrás
workflow.wdl Update: README.md 4 anos atrás

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

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