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
Write a script that loads all data fetched from the previous scripts.
sample_sequences
sequences
files
sample_alignments
alignments
Example of how this script could be called:
./load-mysql.sh samples.csv populations.csv superpopulations.csv sequences.csv alignments.csv files.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Write a script that loads all data fetched from the previous scripts.
Script input parameters:
Script output (TSV Format):
Particular behavior
sample_sequences
: join table between thesequences
table (for in memory join, use sample_name + fastq_filename) and thefiles
tablesample_alignments
: join table between thealignments
table (for in memory join, use bam_filename) and thefiles
tableExample
Example of how this script could be called:
The text was updated successfully, but these errors were encountered: