Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
malonge committed May 18, 2021
1 parent 1d9421e commit dbed8e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ragtag_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ def main():
]
run_oae(cmd, output_path + file_prefix + ".fasta", merge_log)

log("INFO", "Goodbye")


if __name__ == "__main__":
main()
4 changes: 2 additions & 2 deletions tests/integration_tests/scripts/validate_agp_eq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ AGP1=$2
AGP2=$3

# Prep the objects for the first AGP file
ragtag.py agp2fasta $AGP1 $ASM > 1.fasta
ragtag.py agp2fa $AGP1 $ASM > 1.fasta
python3 scripts/choose_strand.py 1.fasta > 1.s.fasta
grep -v ">" 1.s.fasta | sort > 1.seq

# Prep the objects for the second AGP file
ragtag.py agp2fasta $AGP2 $ASM > 2.fasta
ragtag.py agp2fa $AGP2 $ASM > 2.fasta
python3 scripts/choose_strand.py 2.fasta > 2.s.fasta
grep -v ">" 2.s.fasta | sort > 2.seq

Expand Down

0 comments on commit dbed8e7

Please sign in to comment.