Merge pull request #419 from broadinstitute/mc_dpp_updates_part2
Mc dpp updates part2
This commit is contained in:
commit
cd5beca794
|
|
@ -325,7 +325,7 @@ public class GATKExtensionsGenerator extends CommandLineProgram {
|
|||
* @throws IOException If the file cannot be written.
|
||||
*/
|
||||
private void writeFile(String fullClassName, String content) throws IOException {
|
||||
File outputFile = new File(outputDirectory, fullClassName.replace(".", "/") + ".scala");
|
||||
File outputFile = new File(outputDirectory, fullClassName.replace(".", "/") + "MoleculoPipeline.scala");
|
||||
if (outputFile.exists()) {
|
||||
String existingContent = FileUtils.readFileToString(outputFile);
|
||||
if (StringUtils.equals(content, existingContent))
|
||||
|
|
|
|||
Loading…
Reference in New Issue