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

easier iRODS publish for realignment results #109

Open
5 tasks
dkj opened this issue Feb 13, 2017 · 1 comment
Open
5 tasks

easier iRODS publish for realignment results #109

dkj opened this issue Feb 13, 2017 · 1 comment
Assignees

Comments

@dkj
Copy link
Member

dkj commented Feb 13, 2017

This is not critical as I have worked around the problems encountered. Using this issue to note down a few minor pain points to potentially inform future development (so not a priority but if code needed reworking for some other reason...).

I was trying to upload realignment results (plex level data) from S3 into iRODS. I made the S3 results bucket available as a filesystem using s3fs. To reduce metadata lookups I created another fs hierarchy which symlinked into the s3fs for cram and associated auxiliary files. I'd have liked:

  • to avoid reliance on flagstats json files (not 100% sure of this requirement - possible PEBCAK) - I had not created these
  • to avoid reliance on RunInfo.xml and runParameters.xml files - I downloaded these from iRODS into the shadow hierarchy (and specified --runfolder-path as well as --archive-path)
  • easier stack trace access (to help figure out the above xml file dependency) - my usual magic of perl -MCarp=verbose had no effect (--debug was specified)
  • (v minor) to specify the samtools command (set to samtools_irods) on the command line (as I had for the realignment tool) - I just created a suitable symlink
  • (not at all sure) some alias option or realign cleverness to shortcut --no-xml, --no-qc and --no-interop
@dkj
Copy link
Member Author

dkj commented Feb 13, 2017

and #108 ...

@kjsanger kjsanger self-assigned this Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants