Skip to content

Commit

Permalink
Create code_dev_3.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RamiyapriyaS authored Jan 16, 2025
1 parent c54ebc0 commit a223837
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/chatbot_comparison/code_dev_3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Create a simple Snakefile for a bioinformatics workflow using Snakemake and conda, including:

- Trimmomatic: Trim and clean raw sequencing data.
- FastQC: Perform quality control on trimmed data.

Requirements:

- Trimmomatic Rules: Process all input files in the raw_data directory.
- FastQC Rules: Run only on trimmed data.

Conda Configuration:
- Include conda configurations for each tool.
- Use a single environment.yml file for the entire workflow.
- Snakemake 8.25.5 is already installed. Do not include this in the yml file

Input Data:
- Unzipped FASTQ files in {input_directory}/data.

Deliverables:
- Snakefile with specified rules and configurations.
- environment.yml file with dependencies.

0 comments on commit a223837

Please sign in to comment.