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

Index files #4

Open
7 tasks
BarryDigby opened this issue Nov 30, 2021 · 0 comments
Open
7 tasks

Index files #4

BarryDigby opened this issue Nov 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@BarryDigby
Copy link
Owner

BarryDigby commented Nov 30, 2021

The workflow requires Hisat2 and STAR indices, and also a Kallisto and Salmon index file for downstream quantification. Using the test dataset chrI.fa file, figure out how to generate the index files and export them correctly from the process.

Like the kallisto example I showed you, which had the file parameter kallisto_index, only run these processes if the input index file is missing, and the reference genome/transcriptome file has been supplied.

To do

  • kallisto index (transcriptome)
  • salmon index (transcriptome)
  • STAR index (genome)
  • Hisat2 index (genome)
  • Include the process TX for creating a transcriptome file - this is needed for kallisto and salmon.
  • Include the appropriate ternary operators as conditionals so users can supply an index file to skip these steps upon re-running the workflow (e.g star_index, salmon_index which are file parameters in your config).
  • Test locally before adding to main.nf and open a PR against BarryDigby/rtp_workshop (dev branch) when your continuous integration tests pass.
@BarryDigby BarryDigby added the enhancement New feature or request label Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant