biowdl / tasks

A collection of reusable WDL tasks. Category:Other
https://biowdl.github.io/tasks/
MIT License
85 stars 31 forks source link

Saner input for cutadapt #87

Closed rhpvorderman closed 5 years ago

rhpvorderman commented 5 years ago

It is ridiculous to use some sort of struct with md5 support where we instead can use a simple read1 and read2. Especially since we do not use the md5s here.

This removes an import from the task, so it can be used as a standalone file by other users.