Skip to content

Commit 7aa46e5

Browse files
authored
Merge pull request #116 from jun-wan/master
Fix samplesheet, remove redundant lines
2 parents beaf62e + 58cd6fd commit 7aa46e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

create_rnaseq_samplesheet.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ def main():
3939

4040
args = parser.parse_args()
4141

42-
# Generate CSV content
43-
print(f"# Sample sheet for project {args.ProjectID}")
44-
print(f"Strandedness,{args.Strandedness}")
45-
4642
# Build full path to project data
4743
data_path = os.path.join(args.data, args.ProjectID)
4844

0 commit comments

Comments
 (0)