-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run e2e-tests in separate dir + reuse_files + record_history (#41)
* b2w and inference: rerun windows that failed + check if window was processed already before adding process to process list * reference to manuscript * restarting failed process doesn't work, exit again * fix: check if files already exist * add minimum number of iterations * pass unique_modus argument * Revert "Merge pull request #38 from cbg-ethz/enable-unique-modus" This reverts commit ffd4fd1, reversing changes made to 279cc63. * rebase to master * reference to manuscript * restarting failed process doesn't work, exit again * add minimum number of iterations * pass unique_modus argument * Revert "Merge pull request #38 from cbg-ethz/enable-unique-modus" This reverts commit ffd4fd1, reversing changes made to 279cc63. * update readme * no poerty lock flie * add param record_history * add command line params: reuse_files + record_history * pass record_history + implement reuse_files * implemnt reuse_files * typo * add param record_history * fix syntax * [fix[ unexpected keyword argument 'metavar' * fix ctime * add pathlib package * fix the pathlib import * fix: too many argmuments to unpack * fix params to unpack * [e2e tests] run the e2e tests in seperate directories * partially addresses #40 * enable unique_modus
- Loading branch information
1 parent
65e6058
commit aebc82d
Showing
11 changed files
with
198 additions
and
895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
viloca run -a 0.1 -w 201 --mode shorah -x 100000 -p 0.9 -c 0 \ | ||
-r HXB2:2469-3713 -R 42 -f test_ref.fasta -b test_aln.cram --out_format csv "$@" | ||
-r HXB2:2469-3713 -R 42 -f ../test_ref.fasta -b ../test_aln.cram --out_format csv "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.