Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hodge committed May 15, 2020
2 parents c85012b + 02f35de commit 64a2453
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
# HCPpipelinesXnatPbsUtils
Utilities for:

Expand All @@ -10,7 +9,3 @@ Utilities for:
* etc

Much of the work is done via submitting jobs to a PBS job scheduler
=======
# xnat_pbs_jobs
Scripts to run HCP Pipelines as XNAT aware PBS scheduled jobs
>>>>>>> 91bb8e4b46da63cfcac4c0cc9ad35ad38ccce211
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def do_submissions(userid, password, subject_list):
subject_list.append(subject_info)
else:
# Otherwise, pull from file
print("Retrieving subject list from: " + subject_file_name)
subject_file_name = file_utils.get_subjects_file_name(__file__)
print("Retrieving subject list from: " + subject_file_name)
subject_list = ccf_subject.read_subject_info_list(subject_file_name, separator=":")

do_submissions(userid, password, subject_list)
Expand Down

0 comments on commit 64a2453

Please sign in to comment.