You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few adjustments should be made to the lablog file from 04-snippy:
In line 8, you should add the command that allows the inclusion of external genomes, with their corresponding .FASTA files, to the generation of input.tab. This line should be commented, since it will only be useful when .FASTA files are included in the analysis.
cat ../samples_id.txt | while read in; do echo -e "${in}\t${scratch_dir}/../02-preprocessing/${in}/${in}_R1_filtered.fastq.gz\t${scratch_dir}/../02-preprocessing/${in}/${in}_R2_filtered.fastq.gz"; done >> input.tab
You should change this block, so that it is easier to understand. More importantly, you should include the command that allows for the removal of low coverage reads, since right now the only command that appears in this file is the one relative to the removal of complex variants.
A few adjustments should be made to the lablog file from 04-snippy:
In line 8, you should add the command that allows the inclusion of external genomes, with their corresponding .FASTA files, to the generation of
input.tab
. This line should be commented, since it will only be useful when .FASTA files are included in the analysis.buisciii-tools/bu_isciii/templates/snippy/ANALYSIS/ANALYSIS01_SNIPPY/04-snippy/lablog
Lines 6 to 8 in 86556c4
You should change this block, so that it is easier to understand. More importantly, you should include the command that allows for the removal of low coverage reads, since right now the only command that appears in this file is the one relative to the removal of complex variants.
buisciii-tools/bu_isciii/templates/snippy/ANALYSIS/ANALYSIS01_SNIPPY/04-snippy/lablog
Lines 16 to 20 in 86556c4
Say what this is for:
buisciii-tools/bu_isciii/templates/snippy/ANALYSIS/ANALYSIS01_SNIPPY/04-snippy/lablog
Line 24 in 86556c4
Make sure this is still correct:
buisciii-tools/bu_isciii/templates/snippy/ANALYSIS/ANALYSIS01_SNIPPY/04-snippy/lablog
Lines 26 to 27 in 86556c4
The text was updated successfully, but these errors were encountered: