-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
…be used for single files
cd blast; ln -s ../../../ANALYSIS/*/*.blast.filt.header.xlsx .; cd - |
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.
En vez de hacer un link a todos los BLAST, sería mejor hacer el link del BLAST con todo solo no?
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.
Changed *.blast.filt.header.xlsx
for all_samples_filtered_BLAST_results.xlsx
@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 - |
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.
Maybe for just one excel there is no need to create a blast folder, maybe you can put it on the main results folder?
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.
Ok!
Several changes were introduced for irma's
lablog
andcreate_irma_stats.sh
in order to extract data from Influenza-C samples when present in service. Also some fixes and implementations inviralrecon_results
andexcel_generator.py
PASS_ONLY
line was commented in exometrio'sexomiser_configfile.yml
and a deprecated line removingspring.log
was deleted from03-annotation/lablog
in this template