Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZARP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zavolan_group
pipelines
ZARP
Commits
8b8e2774
Commit
8b8e2774
authored
5 years ago
by
BIOPZ-Börsch Anastasiya
Committed by
Alex Kanitz
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Create two dictionary files for converting LabKey table to Snakemake inputs
parent
e72d8b31
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/input_dict_caption.tsv
+1
-1
1 addition, 1 deletion
scripts/input_dict_caption.tsv
scripts/input_dict_field_key.tsv
+51
-0
51 additions, 0 deletions
scripts/input_dict_field_key.tsv
tests/test_scripts_labkey_to_snakemake/test.sh
+1
-1
1 addition, 1 deletion
tests/test_scripts_labkey_to_snakemake/test.sh
with
53 additions
and
2 deletions
scripts/input_dict.tsv
→
scripts/input_dict
_caption
.tsv
+
1
−
1
View file @
8b8e2774
...
...
@@ -48,4 +48,4 @@ Library preparation kit library_kit
Cycles cycles
Molecule molecule
Contaminant sequences contaminant_seqs
Name of BioAnalyzer file bioanalyser_file
\ No newline at end of file
Name of BioAnalyzer file bioanalyser_file
This diff is collapsed.
Click to expand it.
scripts/input_dict_field_key.tsv
0 → 100644
+
51
−
0
View file @
8b8e2774
labkey snakemake
Entry_Date entry_date
Path_Fastq_Files fastq_path
Condition_Name condition
Replicate_Name replicate_name
Single_Paired seqmode
Mate1_File fq1
Mate2_File fq2
Mate1_Direction mate1_direction
Mate2_Direction mate2_direction
Mate1_5p_Adapter fq1_5p
Mate1_3p_Adapter fq1_3p
Mate2_5p_Adapter fq2_5p
Mate2_3p_Adapter fq2_3p
Fragment_Length_Mean mean
Fragment_Length_SD sd
Quality_Control_Flag quality_control_flag
Checksum_Raw_FASTQ_Mate1 mate1_checksum
Checksum_Raw_FASTQ_Mate2 mate2_checksum
File_Name_Metadata_File metadata
Name_Quality_Control_File_Mate1 mate1_quality
Name_Quality_Control_File_Mate2 mate2_quality
Organism organism
TaxonID taxon_id
Strain_Isolate_Breed_Ecotype strain_name
Strain_Isolate_Breed_Ecotype_ID strain_id
Biomaterial_Provider biomaterial_provider
Source_Tissue_Name source_name
Tissue_Code tissue_code
Additional_Tissue_Description tissue_description
Genotype_Short_Name genotype_name
Genotype_Description genotype_description
Disease_Short_Name disease_name
Disease_Description disease_description
Treatment_Short_Name treatment
Treatment_Description treatment_description
Gender gender
Age age
Developmental_Stage development_stage
Passage_Number passage_number
Sample_Preparation_Date sample_prep_date
Prepared_By prepared_by
Documentation documentation
Protocol_File protocol_file
Sequencing_Date seq_date
Sequencing_Instrument seq_instrument
Library_preparation_kit library_kit
Cycles cycles
Molecule molecule
Contaminant_Sequences contaminant_seqs
BioAnalyzer_File bioanalyser_file
This diff is collapsed.
Click to expand it.
tests/test_scripts_labkey_to_snakemake/test.sh
+
1
−
1
View file @
8b8e2774
...
...
@@ -14,7 +14,7 @@ cd $script_dir
# Run tests
python
"../../scripts/labkey_to_snakemake.py"
\
--input_table
=
"input_table.tsv"
\
--input_dict
=
"../../scripts/input_dict.tsv"
\
--input_dict
=
"../../scripts/input_dict
_caption
.tsv"
\
--config_file
=
"config.yaml"
\
--samples_table
=
"samples.tsv"
\
--genomes_path
=
"."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment