-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90441f0
commit 51be8d9
Showing
21 changed files
with
36 additions
and
185 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 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
1 change: 1 addition & 0 deletions
1
usecases/configs/enrich_usecase/chr202122_run/sampler_per_window/README.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Used for Docker workflow pipeline |
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
usecases/configs/enrich_usecase/dummy/constant_gaps/config.toml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
usecases/configs/enrich_usecase/dummy/constant_gaps/readfish_enrich_chr1.toml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
usecases/configs/enrich_usecase/dummy/random/readfish_enrich_chr1.toml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
usecases/configs/enrich_usecase/dummy/replication/config.toml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
usecases/configs/enrich_usecase/dummy/replication/readfish_enrich_chr1.toml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
usecases/configs/enrich_usecase/dummy/sampler_per_window/readfish_enrich_chr1.toml
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
usecases/configs/enrich_usecase/full_genome_run/sampler_per_window/README.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Used to enrich chr20, 21 from the human genome |
27 changes: 0 additions & 27 deletions
27
usecases/configs/enrich_usecase/full_run/sampler_per_window/config.toml
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
usecases/configs/enrich_usecase/full_run/sampler_per_window/readfish_enrich_chr1.toml
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
usecases/configs/enrich_usecase/test_config/sampler_per_window/README.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Config to test the setup |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Config to test the setup |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
run_dir = "simulator_run" # where reads, logs, pafs etc. will be written to | ||
n_channels = 5 | ||
run_duration = 10000 | ||
|
||
################################################# | ||
# Optional arguments | ||
################################################# | ||
|
||
sim_params_file = "sim_params.dill" | ||
|
||
################################################# | ||
# Parameter extraction arguments | ||
################################################# | ||
seqsum_param_extr_file = "data/20190809_zymo_seqsum.txt" | ||
n_channels_full = 512 | ||
gap_sampler_type = "constant_gaps" |
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