HighlanderLab / tree_seq_pipeline

Pipeline to infer tree sequences with different datasets
MIT License
3 stars 7 forks source link

Add benchmarking to the rules #40

Open janaobsteter opened 10 months ago

gregorgorjanc commented 9 months ago

@janaobsteter what should be the naming principle for these benchmark files. For log we, say, have:

        log: 'logs/Extract_aligned_alleles_from_VCF.log'

should I chuck benchmark in the same log file or separately?

        benchmark: 'logs/Extract_aligned_alleles_from_VCF.log'

or

        benchmark: 'benchmark/Extract_aligned_alleles_from_VCF.log'

or

        benchmark: 'logs/Extract_aligned_alleles_from_VCF.log_benchmark'
janaobsteter commented 9 months ago

@gregorgorjanc , option no 3 :)

gregorgorjanc commented 8 months ago

Guys, I think I need to focus on other bits, so will have to leave this to you guys - it’s an easy addition.