databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

Running tests locally generates (or changes?) outputs that are not `.gitignore`d #214

Open vreuter opened 6 months ago

vreuter commented 6 months ago

After running tests locally, with git status I see...

...
Untracked files:
  (use "git add <file>..." to include in what will be committed)
    tests/Data/pipeline_output/
    tests/Data/pipeline_output3/

no changes added to commit (use "git add" and/or "git commit -a")
donaldcampbelljr commented 6 months ago

Related to this: https://github.com/databio/pypiper/issues/185