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

fix syntax.

parent 237d5760
Branches
Tags
No related merge requests found
Pipeline #2244 failed with stages
in 7 seconds
......@@ -9,14 +9,13 @@ import experiment_qc
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../output/experimentQC/'
DESIGN_STRING = """sample_id\texperiment_id\tbiosample\tfactor\ttreatment\treplicate\tbam_reads
DESIGN_STRING = r"""sample_id\texperiment_id\tbiosample\tfactor\ttreatment\treplicate\bam_reads
A_1\tA\tLiver\None\tNone\t1\tA_1.bam
A_2\tA\tLiver\None\tNone\t2\tA_2.bam
B_1\tB\tLiver\None\tNone\t1\tB_1.bam
B_2\tB\tLiver\None\tNone\t2\tB_2.bam
"""
@pytest.fixture
def design_bam():
design_file = StringIO(DESIGN_STRING)
......
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