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

Introduced handling of Influenza-C in IRMA template and small fixes in viralrecon and exometrio #177

Merged
merged 11 commits into from
Jan 16, 2024

Conversation

Shettland
Copy link
Member

Several changes were introduced for irma's lablog and create_irma_stats.sh in order to extract data from Influenza-C samples when present in service. Also some fixes and implementations in viralrecon_results and excel_generator.py

PASS_ONLY line was commented in exometrio's exomiser_configfile.yml and a deprecated line removing spring.log was deleted from 03-annotation/lablog in this template

@Shettland Shettland changed the base branch from develop to hotfix-1.0.1 January 15, 2024 08:42
cd blast; ln -s ../../../ANALYSIS/*/*.blast.filt.header.xlsx .; cd -
Copy link
Member

Choose a reason for hiding this comment

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

En vez de hacer un link a todos los BLAST, sería mejor hacer el link del BLAST con todo solo no?

Copy link
Member Author

Choose a reason for hiding this comment

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

Changed *.blast.filt.header.xlsx for all_samples_filtered_BLAST_results.xlsx

@saramonzon
Copy link
Member

@Shettland acuérdate de que pase el lintin!

@@ -46,4 +46,4 @@ cd mapping_consensus; cat ../../../ANALYSIS/*/samples_ref.txt | while read in; d
cd variants_annot; cat ../../../ANALYSIS/*/samples_ref.txt | while read in; do arr=($in); ln -s ../../../ANALYSIS/*/*${arr[1]}*/variants/ivar/snpeff/${arr[0]}.snpsift.txt ./${arr[0]}_${arr[1]}.snpsift.txt; done; cd -
cd assembly_spades; rsync -rlv ../../../ANALYSIS/*/*/assembly/spades/rnaviral/*.scaffolds.fa.gz .; gunzip *.scaffolds.fa.gz; cd -
cd abacas_assembly; cat ../../../ANALYSIS/*/samples_ref.txt | while read in; do arr=($in); ln -s ../../../ANALYSIS/*/*${arr[1]}*/assembly/spades/rnaviral/abacas/${arr[0]}.abacas.fasta ./${arr[0]}_${arr[1]}.abacas.fasta; done; cd -
cd blast; ln -s ../../../ANALYSIS/*/*.blast.filt.header.xlsx .; cd -
cd blast; ln -s ../../../ANALYSIS/*/all_samples_filtered_BLAST_results.xlsx . ; cd -
Copy link
Member

Choose a reason for hiding this comment

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

Maybe for just one excel there is no need to create a blast folder, maybe you can put it on the main results folder?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok!

@Shettland Shettland merged commit b75e316 into BU-ISCIII:hotfix-1.0.1 Jan 16, 2024
2 checks passed
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.

3 participants