Previously we have required several tempo files to be generated for each baitset. The processes for generating files such as the coding bed, the intervals list, etc, were not well-documented or formalized, which presents a problem for ease of use and standardization. This PR aims to simplify that process by only requiring the targets.bed and baits.bed and creating the other necessary files within Tempo with a new process.
Previously we have required several tempo files to be generated for each baitset. The processes for generating files such as the coding bed, the intervals list, etc, were not well-documented or formalized, which presents a problem for ease of use and standardization. This PR aims to simplify that process by only requiring the
targets.bed
andbaits.bed
and creating the other necessary files within Tempo with a new process.