This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
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.
- Loading branch information
Showing
3 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,3 @@ pipelines: | |
cores: "1" | ||
mem: "12000" | ||
time: "00-18:00:00" | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,12 +1,13 @@ | ||
metadata: | ||
sample_table: bedset_query.csv | ||
sample_table: bedset_query.csv | ||
looper: | ||
output_dir: . | ||
pipeline_interfaces: ../pipeline_interface.yaml | ||
|
||
derived_attributes: [JSONquery_path, output_folder_path] | ||
data_sources: | ||
source1: ../tests/{JSONquery_name}.json | ||
source2: ../tests/BEDset_output/ | ||
|
||
constant_attributes: | ||
protocol: "bedbuncher" | ||
sample_modifiers: | ||
derive: | ||
attributes: [JSONquery_path, output_folder_path] | ||
sources: | ||
source1: ../tests/{JSONquery_name}.json | ||
source2: ../tests/BEDset_output/ | ||
append: | ||
protocol: "bedbuncher" |
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,6 @@ | ||
max_file_size cores mem time | ||
NaN 1 8000 00-04:00:00 | ||
0.05 2 12000 00-08:00:00 | ||
0.5 4 16000 00-12:00:00 | ||
1 8 16000 00-24:00:00 | ||
10 16 32000 02-00:00:00 |