-
Notifications
You must be signed in to change notification settings - Fork 1
run_md5.nf
This workflow is used to calculate the MD5 hash/es of single or multiple files. If multiple files are provided, MD5 hashes are calculated concurrently to speed up the processing.
md5sum
The best way of running this pipeline is by using the following Docker image:
https://hub.docker.com/repository/docker/elowy01/ubuntu_img
The configuration file that can be used with this pipeline can be found here
This workflow is implemented in the script named run_md5.nf
nextflow -C run_md5.config run run_md5.nf --list <path_list.txt> --cpus <int>
List of file paths that will be analysed. Each path on a new line
Number of cpus this workflow will use. The more CPUs the quicker the calculation will be done
The workflow will create a .txt file with the MD5 hash for each of the files being analysed.
These .txt files will be put in a directory named result_md5