pandora
pandora copied to clipboard
Put sample pangraphs in separate directory
https://github.com/rmcolq/pandora/blob/815da22867f2bdaa3e3bf40f382be830c1506b0a/src/compare_main.cpp#L275
We output a directory for each sample in the --outdir. This does not scale well with the number of samples. i.e.with 150 samples, my output directory is full of directories for each sample.
I would suggest we instead create a directory outdir/pangraphs/ and put each directory in here
Not sure I understand this issue. The issue is that you have 150 entries in the pandora compare output directory, each one corresponding to a sample? And you are just interested on the main output (i.e. files pandora_multisample*), so the output directory is filled with not-so-interesting entries?
Exactly...