fiberseq / fiberseq-smk

Snakemake pipeline for processing fiberseq data
https://fiberseq.github.io/fiberseq-smk/
MIT License
3 stars 0 forks source link

refactor: Update output locations and include fibertools "all" output #9

Closed mrvollger closed 1 year ago

mrvollger commented 1 year ago

This pr updates output locations of files to include the sample name and simplify and now also includes fibertools "all" output.

If you rerun and old run of the pipeline with the new code an error message asking you to move the important files:

image

Example output dir with sample name test:

image

And I have made sure it runs the test case from end to end.

@sjneph could you look over the changes and let me know if there is anything you disagree with?

mrvollger commented 1 year ago

@sjneph I made more changes, that are basically just reorganizing code.