feat: Add Tumor only and Tumor Normal tests#69
Conversation
PR checklist
|
tumor_normal
|
| outdir = "$outputDir" | ||
| bam_normal = null | ||
| bai_normal = null |
There was a problem hiding this comment.
vcf files should also be different for tumor only test. TN vcf files will have information for two samples (two columns), while TO only one. We could modify the current vcf files to mimic TO mode. However it would be best to to re-run the test data in tumor only mode to make sure we test with real OA output files (there are differences in how OA runs when in TO vs TN).
I would argue for having a dedicated profile for TO separated from TN
There was a problem hiding this comment.
Yeah, I had also thought of doing separate TO and TN configs but then I also thought it would be nice to have a default test config so you can run the usual commands nextflow run -profile test etc.
Perhaps we could just include the TN config in conf/test.config? What do you think of that solution?
There was a problem hiding this comment.
I also agree that it's best to re-run the test data through oncoanalyser in tumor only mode!
There was a problem hiding this comment.
Yeah, I had also thought of doing separate TO and TN configs but then I also thought it would be nice to have a default test config so you can run the usual commands
nextflow run -profile testetc. Perhaps we could just include the TN config inconf/test.config? What do you think of that solution?
Yes, I like that. Also TN should be the "standard/default", and TO the "special case"
Closes https://github.com/Clinical-Genomics/CancerBioInfo/issues/118.
Added
tumor_only.nf.testand snapshot.Changed
tumor_normal.nf.testand updated snapshot.