hammerlab / biokepi

Bioinformatics Ketrew Pipelines
Apache License 2.0
27 stars 4 forks source link

When linking input files into the work dir, need to make their names unique #404

Closed ihodes closed 7 years ago

ihodes commented 7 years ago

Right now, we're overwriting FASTQs that have the same basename (but are from differnt runs, from different directories).

Should maybe just involve tweaking deal_with_input_file to create a unique new_path name taking the full file path into account.