Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
valentynbez committed Jan 5, 2023
1 parent cc3378c commit 4cf4122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ src/__pycache__
src/test_utils.py
databases/*
cromwell/*
cromwell-executions/
.ipynb_checkpoints
docker/gene-mapper/tests/__pycache__/*
tests/*
Expand Down
10 changes: 5 additions & 5 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"f2_generate_gene_catalog": "./input_templates/f2_generate_gene_catalog.json",
"f3_map_to_gene_clusters": "./input_templates/f3_map_to_gene_clusters.json",
"f4_annotate_gene_catalog": "./input_templates/f4_annotate_gene_catalog.json",
"generate_table": "./input_templates/generate_table.json",
"qc_and_assembly": "./input_templates/qc_and_assembly.json",
"t1_predict_mags": "./input_templates/t1_predict_mags.json",
"generate_table" : "./input_templates/generate_table.json"
"t1_predict_mags": "./input_templates/t1_predict_mags.json"
},
"read_extensions": [
".fastq",
Expand All @@ -35,7 +35,7 @@
".fq.gz"
],
"system_paths": {
"cromwell_path": "/storage/TomaszLab/vbez/metagenomic_gmhi/metagenomome_assembly/cromwell/cromwell-84.jar",
"cromwell_path": "/app/cromwell-84.jar",
"db_mount_config": "./mount.conf",
"output_config_path": "./input_templates/output_options.json"
},
Expand All @@ -44,8 +44,8 @@
"f2_generate_gene_catalog": "./wdl/f2_generate_gene_catalog.wdl",
"f3_map_to_gene_clusters": "./wdl/f3_map_to_gene_clusters.wdl",
"f4_annotate_gene_catalog": "./wdl/f4_annotate_gene_catalog.wdl",
"generate_table": "./wdl/generate_table.wdl",
"qc_and_assembly": "./wdl/qc_and_assembly.wdl",
"t1_predict_mags": "./wdl/t1_predict_mags.wdl",
"generate_table" : "./wdl/generate_table.wdl"
"t1_predict_mags": "./wdl/t1_predict_mags.wdl"
}
}

0 comments on commit 4cf4122

Please sign in to comment.