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

Add bam to cram conversion #50

Open
mpoelchau opened this issue Sep 1, 2021 · 0 comments
Open

Add bam to cram conversion #50

mpoelchau opened this issue Sep 1, 2021 · 0 comments
Assignees

Comments

@mpoelchau
Copy link
Contributor

We are exploring moving to cram format from bam to save space. @debbiedai can you create a new branch that does the following:

  1. add samtools view input.bam -o <output.cram> -C -T <genome.fasta> --level=9 to RNAseq_annotate.py. The input bam file would be from here: https://github.com/NAL-i5K/NAL_RNA_seq_annotation_pipeline/blob/master/rnannot/RNAseq_annotate.py#L518

  2. Rename the cram output file in the same style as https://github.com/NAL-i5K/NAL_RNA_seq_annotation_pipeline/blob/master/rnannot/RNAseq_annotate.py#L532

  3. Add the cram file to add_trackList.py (I need to provide more information on how to add to the trackList.json file)

  4. Remove the bam file and bam.bai file information from add_trackList.py

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