We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are exploring moving to cram format from bam to save space. @debbiedai can you create a new branch that does the following:
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
samtools view input.bam -o <output.cram> -C -T <genome.fasta> --level=9
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
Add the cram file to add_trackList.py (I need to provide more information on how to add to the trackList.json file)
Remove the bam file and bam.bai file information from add_trackList.py
The text was updated successfully, but these errors were encountered:
mpoelchau
debbiedai
No branches or pull requests
We are exploring moving to cram format from bam to save space. @debbiedai can you create a new branch that does the following:
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#L518Rename 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
Add the cram file to add_trackList.py (I need to provide more information on how to add to the trackList.json file)
Remove the bam file and bam.bai file information from add_trackList.py
The text was updated successfully, but these errors were encountered: