2cbef2c96599a3ea86c2bd3fe8f53cfaba21cf60,test/test_dag.py,TestDAG,testChainedDepends,#TestDAG#,882
Before Change
echo "Calling variants from {_input} with {_depends} to {_output}"
touch {_output}
""")
file_target("a.bam.bai").unlink()
file_target("a.vcf").unlink()
self.touch("a.bam")
Base_Executor(script.workflow()).run(targets=["a.vcf"])
for file in ("a.vcf", "a.bam", "a.bam.bai"):
After Change
echo "Calling variants from {_input} with {_depends} to {_output}"
touch {_output}
""")
if file_target("a.bam.bai").exists():
file_target("a.bam.bai").unlink()
if file_target("a.vcf").exists():
file_target("a.vcf").unlink()
self.touch("a.bam")
Base_Executor(script.workflow()).run(targets=["a.vcf"])
In pattern: SUPERPATTERN
Frequency: 11
Non-data size: 5
Instances Project Name: vatlab/SoS
Commit Name: 2cbef2c96599a3ea86c2bd3fe8f53cfaba21cf60
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_dag.py
Class Name: TestDAG
Method Name: testChainedDepends
Project Name: vatlab/SoS
Commit Name: 42b75583fe561fe593ec18161fbf15ff0c91e1ac
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_target.py
Class Name: TestTarget
Method Name: testOutputExecutable
Project Name: vatlab/SoS
Commit Name: acb1dc2183315a0aa967f4703b458c8bdcfc2b6b
Time: 2018-08-12
Author: ben.bog@gmail.com
File Name: test/test_python3_target.py
Class Name: TestTarget
Method Name: testPy_Module
Project Name: vatlab/SoS
Commit Name: 2cbef2c96599a3ea86c2bd3fe8f53cfaba21cf60
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_parser.py
Class Name: TestParser
Method Name: testOverwriteKeyword
Project Name: vatlab/SoS
Commit Name: 3a9e8d7989c8a4761afe8fc2109f45bcd5100bd9
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_actions.py
Class Name: TestActions
Method Name: testReport
Project Name: vatlab/SoS
Commit Name: 42b75583fe561fe593ec18161fbf15ff0c91e1ac
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_target.py
Class Name: TestTarget
Method Name: testDependsExecutable
Project Name: vatlab/SoS
Commit Name: 2cbef2c96599a3ea86c2bd3fe8f53cfaba21cf60
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_dag.py
Class Name: TestDAG
Method Name: testForwardStyleDepend
Project Name: vatlab/SoS
Commit Name: 9dac8c84d2b1ef51cb594d389fd935bac6d4dd90
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_ruby_actions.py
Class Name: TestActions
Method Name: testRuby
Project Name: vatlab/SoS
Commit Name: 42b75583fe561fe593ec18161fbf15ff0c91e1ac
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_target.py
Class Name: TestTarget
Method Name: testProvidesExecutable
Project Name: vatlab/SoS
Commit Name: 2cbef2c96599a3ea86c2bd3fe8f53cfaba21cf60
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_dag.py
Class Name: TestDAG
Method Name: testReverseSharedVariable
Project Name: vatlab/SoS
Commit Name: 42b75583fe561fe593ec18161fbf15ff0c91e1ac
Time: 2018-08-10
Author: ben.bog@gmail.com
File Name: test/test_target.py
Class Name: TestTarget
Method Name: testDependsEnvVariable