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

Allow bowtie index/reference files to be gzipped #6

Open
amatchan opened this issue May 14, 2015 · 0 comments
Open

Allow bowtie index/reference files to be gzipped #6

amatchan opened this issue May 14, 2015 · 0 comments

Comments

@amatchan
Copy link

For the Tophat-fusion RNA-Seq pipeline, there are many bowtie reference and transcriptome index files that need to be in place (three sets altogether when including tophat fusion post).
Currently the pipeline checks for the existence of the index files using the precise, uncompressed name e.g. GRCh37.genome.1.ebwt for bowtie or GRCh37.genome.1.bt2 for bowtie2, the script will stop if they can't be found so if the files are gzipped the script stops.
Steps should be added to the setup subroutine to allow checking and decompression of the index files.

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

1 participant