|
4 anni fa | |
---|---|---|
tasks | 4 anni fa | |
.DS_Store | 4 anni fa | |
README.md | 4 anni fa | |
defaults | 4 anni fa | |
inputs | 4 anni fa | |
workflow.wdl | 4 anni fa |
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.
# Install
choppy install YaqingLiu/MD5
# Prepare the input file: samples.json
# Submit your task
choppy batch YaqingLiu/MD5-latest samples.json -p project_name
Please note that the input file is in JSON format.
{
"sample_id": "sample_id",
"INPUT": [
"file_1",
"file_2",
"file_3",
...,
"file_n"]
}