Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhleviet committed Dec 12, 2024
1 parent 72910c9 commit b790ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/iridaLinker.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def generate_project_csv(self, project_id: str, output_dir: str,
csv_path = os.path.join(output_dir, f"{project_name}_samples.csv")

with open(csv_path, 'w') as f:
f.write("sampel_id,fastq1,fastq2\n")
f.write("sample_id,fastq1,fastq2\n")

for sample in project_samples:
sample_id = sample['identifier']
Expand Down

0 comments on commit b790ed9

Please sign in to comment.