Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
patients.tsv replacement was present twice: removed one
  • Loading branch information
massiddamt committed Jun 18, 2019
commit d51ebb1a97e8834366243d2d841fbc623645adaf
7 changes: 0 additions & 7 deletions solida/playbooks/replace_paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
replace: "{{ pipeline_dir }}/patients.tsv"
ignore_errors: yes

- name: Replace path to patients.tsv into the project configuration file
replace:
dest: "{{ pipeline_dir }}/{{ project_config_file }}"
regexp: "patients.tsv"
replace: "{{ pipeline_dir }}/patients.tsv"
ignore_errors: yes

- name: Replace path_to_references_data into the project configuration file
replace:
dest: "{{ pipeline_dir }}/{{ project_config_file }}"
Expand Down