Skip to content
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

Need to updated paths #1028

Open
rhshah opened this issue Apr 28, 2022 · 1 comment
Open

Need to updated paths #1028

rhshah opened this issue Apr 28, 2022 · 1 comment

Comments

@rhshah
Copy link

rhshah commented Apr 28, 2022

@nikhil @buehlere
We recently closed Ian's account and did not realize he had paths from his home directory. My apologies for the trouble. I think I covered all, but please let me know if I did not and there are things still pointing out to /home/johsoni dir in all the templates

Legacy

"picard_path": "/home/johnsoni/vendor_tools/picard-2.8.1.jar",

Should be:

    "picard_path": "juno:///juno/work/access/production/resources/tools/picard/versions/v2.8.1/picard-2.8.1.jar",

"arrg_path": "/home/johnsoni/vendor_tools/AddOrReplaceReadGroups-1.96.jar",

Should be:

    "arrg_path": "juno:///juno/work/access/production/resources/tools/picard/versions/v1.96/picard-tools-1.96/AddOrReplaceReadGroups.jar",

"marianas_path": "/home/johnsoni/vendor_tools/Marianas-1.8.0.jar",

Should be

    "marianas_path": "juno:///juno/work/access/production/resources/tools/marianas/current/Marianas-1.8.1.jar",

"waltz_path": "/home/johnsoni/vendor_tools/Waltz-2.0.jar",

Should be

    "waltz_path": "juno:///juno/work/access/production/resources/tools/waltz/current/Waltz-3.2.0.jar",

MSI

"file_path": "/home/johnsoni/miniconda2/envs/ACCESS_test/lib/python2.7/site-packages/cwl_tools/msi",

   "file_path": "/home/accessbot/miniconda3/envs/ACCESS_cmplx_geno_test/lib/python2.7/site-packages/cwl_tools/msi",

snps_and_indels

"mutect": "/home/johnsoni/vendor_tools/muTect-1.1.5.jar",

Should be:

      "mutect": "juno:///juno/work/access/production/resources/tools/muTect/current/muTect-1.1.5.jar",
@buehlere
Copy link
Collaborator

Opened a pull request with the fixes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants