Skip to content

Commit

Permalink
Tolerate upper case "R" in "RunParameters.xml".
Browse files Browse the repository at this point in the history
See issue #25.
  • Loading branch information
rmcclosk committed Sep 10, 2015
1 parent 409e73f commit 3f328e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ for instructions on setting up the test database.
* `Interop` folder
* `SampleSheet.csv`
* `RunInfo.xml`
* `runParameters.xml`
* `runParameters.xml` or `RunParameters.xml`
* `needsprocessing`
3. Edit `Settings.pm` and make sure that `raw_data_path` points at your raw data
folder.
Expand Down
2 changes: 1 addition & 1 deletion upload_QC_data_for_pending_miseq_runs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ($$$)
"$path/$qc_failure",
"cp -r $path/InterOp $new_folder/",
"cp $path/SampleSheet.csv $new_folder/",
"cp $path/runParameters.xml $new_folder/",
"cp $path/[rR]unParameters.xml $new_folder/runParameters.xml",
"cp $path/RunInfo.xml $new_folder/");

verifyInputFiles(
Expand Down

0 comments on commit 3f328e8

Please sign in to comment.