File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Inteins vs inteins
21
21
22
22
Show output directory
23
23
24
- $ tree -- nolinks if_out | .. / .. / scripts/ redact_date / dev/ stdin
24
+ $ tree -- nolinks if_out | .. / .. / scripts/ redact_date / dev/ stdin | grep -v -E ' [0-9]+ directories, [0-9]+ files '
25
25
if_out
26
26
| -- _done
27
27
| -- logs
@@ -41,7 +41,6 @@ Show output directory
41
41
| -- 2 _intein_db_search_with_regions. tsv
42
42
`-- 3 _intein_db_search_summary. tsv
43
43
44
- 5 directories, 12 files
45
44
46
45
Show the putative intein regions
47
46
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Smoke test
21
21
22
22
Show output directory.
23
23
24
- $ tree -- nolinks if_out | .. / .. / scripts/ redact_date / dev/ stdin
24
+ $ tree -- nolinks if_out | .. / .. / scripts/ redact_date / dev/ stdin | grep -v -E ' [0-9]+ directories, [0-9]+ files '
25
25
if_out
26
26
| -- _done
27
27
| -- alignments
@@ -57,7 +57,6 @@ Show output directory.
57
57
| -- 2 _intein_db_search_with_regions. tsv
58
58
`-- 3 _intein_db_search_summary. tsv
59
59
60
- 6 directories, 27 files
61
60
62
61
Show config
63
62
You can’t perform that action at this time.
0 commit comments