-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tower #142
Tower #142
Conversation
|
This is fine. The only problem I have is the profile names. In all other pipelines, we use https://github.com/sanger-tol/insdcdownload/tree/dev/conf In one of my following jobs, I only archive the |
I can't see any changes for the |
I just realised I didn't upload the changes in that file, they are there now. Just needed to remove the name from workflow FULL {} |
I'll rename it for consistency. |
Are the profile I can see the difference between these 2 profiles now, they are the same. But when you run But you have another profile with You don't need the sanger_test workflow if you don't want to trigger your pipeline test on the farm manully. Can you check where is the test data? We normally have 2 versions of test data, simple test data on S3, full test data on lustre. When and where you want to run which test? |
They are the same, I have fixed that now. What we want is small testing to be performed on GitHub, which we now have, and large genome testing on the farm. So this would be using For test_full we can just use lustre path? If we use S3 for the full testing then we will need to package up the entire test directory because of how we have things set up, like we do with github testing at the minute. I've deleted the sanger_test.config as I don't think we'll need the manual testing. The local_github_testing was just so that I could test everything the whole github CI but locally. I can delete that now. So for now, I just need to fix test_full for lustre paths to out large test set? |
Working with Guoying yesterday, we have finalised everything needed for testing the pipeline on the Farm. Waiting on final approval now. |
I tried to run your pipeline on the farm and got one error here:
The config file not updated here: Line 156 in 8e8f64b
|
Adding sanger tower integration files.
@gq1 has suggested we default FULL in order to allow sanger testing to work. This PR does that and adds all the required files.