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 reconstructR workflow #504

Merged
merged 18 commits into from
Dec 19, 2023
Merged

add reconstructR workflow #504

merged 18 commits into from
Dec 19, 2023

Conversation

dpark01
Copy link
Member

@dpark01 dpark01 commented Dec 15, 2023

Add new workflow reconstruct_from_alignments which uses a new tool (reconstructR) to infer disease transmission links based on genomic (consensus genome and intrahost variation) data.

The input to this workflow includes an aligned/trimmed BAM and consensus genome (FASTA) per disease case, plus a single reference genome (FASTA, the same one the BAM files are already aligned against). This workflow will perform the necessary intrahost variant calling, multiple alignments, etc, and produce output per the reconstructR tool.

@dpark01 dpark01 marked this pull request as ready for review December 19, 2023 01:48

# stage input files
mkdir -p input_data input_data/vcf input_data/coverage
/opt/reconstructR/scripts/cp_and_decompress.sh "~{msa_fasta}" input_data/aligned.fasta
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these be put on the PATH in the reconstructr container?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@dpark01 dpark01 added this pull request to the merge queue Dec 19, 2023
@github-merge-queue github-merge-queue bot merged commit e95b378 into master Dec 19, 2023
12 checks passed
@dpark01 dpark01 deleted the reconstructr branch December 19, 2023 16:17
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

Successfully merging this pull request may close these issues.

2 participants