-
Notifications
You must be signed in to change notification settings - Fork 4
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
Re-build human genome annotations with GDC fasta #136
Conversation
resolves #129 these files are now in a shared location instead of the renee resources dir since they are useful for other pipelines too
also suggest running `renee run --help` for updated list
using viruses and decoys from GDC
to encourage users to match the GDC
Running tests. RENEE_REPO=/data/CCBR_Pipeliner/Pipelines/RENEE/renee-dev-sovacool
for genome in $(ls $RENEE_REPO/config/genomes/biowulf/ | grep hg | sed 's/.json//'); do
$RENEE_REPO/bin/renee run \
--input $RENEE_REPO/.tests/*.R1.fastq.gz \
--genome $genome \
--mode slurm \
--output /data/$USER/renee_test_$genome \
--sif-cache /data/CCBR_Pipeliner/SIFS \
&> /data/$USER/renee_shell.${genome}.out
done Job statusgenerate tablecd /data/sovacoolkl/
for f in $(ls | grep renee_shell); do genome=$(echo $f | sed 's/renee_shell\.//' | sed 's/\.out//'); jobid=$(grep master $f | sed 's/.*: //'); echo "| $genome | $jobid | |"; done
UpdateAll pipeline runs completed successfully. Jobby initially failed because it wasn't in my path when I submitted these, but after running jobby manually I verified that all jobs completed successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments before merging.
for consistency we call it hg38_36 everywhere
because scontrol is not available in github actions
@kopardev this is ready for your re-review |
Changes
/data/CCBR_Pipeliner/db/PipeDB/GDC_refs/
/mnt/projects/CCBR-Pipelines/db/GDC_refs
See the snakemake workflow here for how these were built: https://github.com/CCBR/build-renee-refs
Issues
PR Checklist
(
Strikethroughany points that are not applicable.)CHANGELOG.md
with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/