Skip to content
Snippets Groups Projects
Commit b8c85d1e authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix path to files.

parent c64e9f39
Branches
Tags
1 merge request!8Resolve "Update deeptools"
Pipeline #1080 canceled with stage
in 5 seconds
......@@ -7,7 +7,7 @@ from io import StringIO
import experiment_qc
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../output/filterReads/'
'/../output/experimentQC/'
DESIGN_STRING = """sample_id\texperiment_id\tbiosample\tfactor\ttreatment\treplicate\tcontrol_id\tbam_reads
A_1\tA\tLiver\tH3K27ac\tNone\t1\tB_1\tA_1.bam
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment