We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c8162f + 5772a7e commit 6113370Copy full SHA for 6113370
1 file changed
matrixgenerator/tests/checker.nf
@@ -66,9 +66,6 @@ process file_smart_diff {
66
67
script:
68
"""
69
- # Note: this is only for demo purpose, please write your own 'diff' according to your own needs.
70
- # in this example, we need to remove date field before comparison eg, <div id="header_filename">Tue 19 Jan 2021<br/>test_rg_3.bam</div>
71
- # sed -e 's#"header_filename">.*<br/>test_rg_3.bam#"header_filename"><br/>test_rg_3.bam</div>#'
72
echo ${output_file}
73
echo ${expected_file}
74
diff ${output_file} ${expected_file} \
0 commit comments