Skip to content
Snippets Groups Projects
Commit c018fbb5 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix errors

parent 405b2045
1 merge request!26Resolve "Annotate peaks"
Pipeline #7131 passed with stages
in 6 hours, 57 minutes, and 22 seconds
......@@ -507,9 +507,8 @@ process consensusPeaks {
file preDiffDesign
output:
file '*.replicated.*' into consensusPeaks
file '*.rejected.*' into rejectedPeaks
file '*.replicated_noblacklist*' optional true into blPeaks
file '*replicated*' into consensusPeaks
file '*rejected*' into rejectedPeaks
file("design_exQC.tsv") into designExperimentQC
file('version_*.txt') into consensusPeaksVersions
file("design_annotatePeaks.tsv") into designAnnotatePeaks
......
......@@ -56,7 +56,7 @@ def test_coverage_pairedend_mouse():
def test_FRiP_pairedend_mouse():
FRiPscore = test_output_path + 'ENCLB122XDP.FRiPscore.tsv'
df_FRiPscore = pd.read_csv(FRiPscore, sep='\t')
assert round(df_FRiPscore["FRiP_score"].iloc[0],6) == 0.267798
assert round(df_FRiPscore["FRiP_score"].iloc[0],6) == 0.256600
@pytest.mark.pairedend_mouse
def test_TSSenrich_pairedend_mouse():
......
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