Create module that can query access bams from voyager.
[id:sample, type:tumor]
[id:sample, type:tumor]
[id:sample, type:tumor]
[
[id:sample, type:tumor, patient:name1], /path/to/bam, /path/to/bai]
],
[
[id:sample, type:tumor, patient:name2], /path/to/bam, /path/to/bai]
[id:sample, type:tumor, patient:name2], /path/to/bam, /path/to/bai]
]
Create module that can query access bams from voyager.
input for module:
output for module:
Command and container should be adapted from beagle_cli: https://github.com/mskcc/beagle_cli/blob/master/apps/access/__init__.py#L49-L77