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.

README.md 526B

4 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435363738
  1. # README.md
  2. > Author: Yaqing Liu
  3. >
  4. > Email: [yaqing.liu@outlook.com](mailto:yaqing.liu@outlook.com)
  5. >
  6. > Last Updates: 08/04/2021
  7. This app will generate the MD5
  8. #### Requirements
  9. - choppy
  10. - Ali-Cloud
  11. - Linux
  12. #### Usage
  13. ```Shell
  14. # Install
  15. choppy install YaqingLiu/MD5
  16. # Prepare the input file: samples.json
  17. # Submit your task
  18. choppy batch YaqingLiu/MD5-latest samples.json -p project_name
  19. ```
  20. #### Input
  21. ```Json
  22. {
  23. "sample_id": "sample_id",
  24. "INPUT": [
  25. "file_1",
  26. "file_2",
  27. "file_3",
  28. ...,
  29. "file_n"]
  30. }
  31. ```