Skip to content

Commit

Permalink
Redact number of files and directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Feb 5, 2023
1 parent 9063ccd commit 7547273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/cram/basic_usage/inteins_v_inteins.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inteins vs inteins

Show output directory

$ tree --nolinks if_out | ../../scripts/redact_date /dev/stdin
$ tree --nolinks if_out | ../../scripts/redact_date /dev/stdin | grep -v -E '[0-9]+ directories, [0-9]+ files'
if_out
|-- _done
|-- logs
Expand All @@ -41,7 +41,6 @@ Show output directory
|-- 2_intein_db_search_with_regions.tsv
`-- 3_intein_db_search_summary.tsv

5 directories, 12 files

Show the putative intein regions

Expand Down
3 changes: 1 addition & 2 deletions test/cram/basic_usage/smoke_test.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Smoke test

Show output directory.

$ tree --nolinks if_out | ../../scripts/redact_date /dev/stdin
$ tree --nolinks if_out | ../../scripts/redact_date /dev/stdin | grep -v -E '[0-9]+ directories, [0-9]+ files'
if_out
|-- _done
|-- alignments
Expand Down Expand Up @@ -57,7 +57,6 @@ Show output directory.
|-- 2_intein_db_search_with_regions.tsv
`-- 3_intein_db_search_summary.tsv

6 directories, 27 files

Show config

Expand Down

0 comments on commit 7547273

Please sign in to comment.