We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vcfstats=merge_vcfwide_stat_shards.merged_vcf_stats,
command <<< # Plot VCF-wide distributions /opt/sv-pipeline/scripts/vcf_qc/plot_sv_vcf_distribs.R -N $( cat \${samples_list} | sort | uniq | wc -l ) -S /opt/sv-pipeline/ref/vcf_qc_refs/SV_colors.txt ${vcfstats} plotQC_vcfwide_output/
# Prep outputs tar -czvf ${prefix}.plotQC_vcfwide_output.tar.gz plotQC_vcfwide_output
output { File plots_tarball = "${prefix}.plotQC_vcfwide_output.tar.gz" }
I want to plot the SV distribution, but I am wonder the vcfstats file?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vcfstats=merge_vcfwide_stat_shards.merged_vcf_stats,
command <<<
# Plot VCF-wide distributions
/opt/sv-pipeline/scripts/vcf_qc/plot_sv_vcf_distribs.R
-N $( cat \${samples_list} | sort | uniq | wc -l )
-S /opt/sv-pipeline/ref/vcf_qc_refs/SV_colors.txt
${vcfstats}
plotQC_vcfwide_output/
# Prep outputs
tar -czvf ${prefix}.plotQC_vcfwide_output.tar.gz
plotQC_vcfwide_output
output {
File plots_tarball = "${prefix}.plotQC_vcfwide_output.tar.gz"
}
I want to plot the SV distribution, but I am wonder the vcfstats file?
The text was updated successfully, but these errors were encountered: