Skip to content

Commit

Permalink
Fix #1665
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Nov 9, 2024
1 parent 7c99d29 commit 75c7976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ancestor).
Check that the reference length was correctly exported as the nuc annotation

$ python3 "$TESTDIR/../../../../scripts/diff_jsons.py" \
> --exclude-regex-paths "['seqid']" -- \
> --exclude-regex-paths "\['seqid'\]" -- \
> "$TESTDIR/../data/ancestral_mutations_with_root_sequence.json" \
> "$CRAMTMP/$TESTFILE/ancestral_mutations.json"
{}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Other than the sequence ids which will include a temporary path, the JSONs
should be identical.

$ python3 "${SCRIPTS}/diff_jsons.py" \
> --exclude-regex-paths "['seqid']" -- \
> --exclude-regex-paths "\['seqid'\]" -- \
> "${DATA}/zika/aa_muts_gff.json" \
> aa_muts.json
{}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Translate amino acids for genes using a GFF3 file where the gene names are store
amino acid mutations written to .* (re)

$ python3 "${SCRIPTS}/diff_jsons.py" \
> --exclude-regex-paths "['seqid']" -- \
> --exclude-regex-paths "\['seqid'\]" -- \
> "${DATA}/zika/aa_muts_gff.json" \
> aa_muts.json
{}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is an identical test setup as `translate-with-gff-and-gene.t` but using loc
amino acid mutations written to .* (re)

$ python3 "${SCRIPTS}/diff_jsons.py" \
> --exclude-regex-paths "['seqid']" -- \
> --exclude-regex-paths "\['seqid'\]" -- \
> "${DATA}/zika/aa_muts_gff.json" \
> aa_muts.json
{}

0 comments on commit 75c7976

Please sign in to comment.