-
Notifications
You must be signed in to change notification settings - Fork 0
Run on the landing server WIP #22
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
base: development
Are you sure you want to change the base?
Conversation
Whole Exome Sequencing
Merging fixbed changes
Development
add rna genes to bed
only md5sum vcfs
fix bug when no reads in sample for SV calling
Development
Development
josephhalstead
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Only a few additions
- Consider using trap function to delete marker file on crash
- Make a marker when we first make the results dir on /mnt/Data-MSA/results/seqid/sync_required. Will let future cron on landing server know to starts ycning that directory to bucket.,
| fi | ||
|
|
||
| # Remove lock file from dragen | ||
| rm /mnt/Data-MSA/raw/dragen_markers/${seqId}_*_locked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if we could use the TRAP function in bash to delete the marker file if the script crashes? Not sure
|
Also we might be able to update python by transfering the rpm directly: |
|
|
All changes done and now ready for re-review @josephhalstead I've put run 250606_A00748_0707_BHTLW3DRX5 on the landing server for you to test. If you want to test a different run, here are the instructions: (Note this has to be the root user on the webserver, scp won't work with other users due to the size of the message when you log in to the webserver. Bizarre right?) Rename the _RTAComplete.txt so the kick off script thinks it's not been processed. Kick off the pipeline with the new cron job Analysis will run on dragen1. Log file in /Data-MSA/raw/logs. |
WORK IN PROGRESS
See AWGL/DragenQC#7 for more details on running.
As a note, for testing, bcftools is currently not installed/available on the dragen. Hopefully we can rectify this with some internet soon, so for now, after the sv calling is finished the script will crash. Manually copy over the sv_calling folder from the dragen and run on the landing server as follows:
Then go back to the dragen, make a patch script for DragenGE in the NTC folder just to re-run the end of the script after the bcftools bit