We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents beaf62e + 58cd6fd commit 7aa46e5Copy full SHA for 7aa46e5
1 file changed
create_rnaseq_samplesheet.py
@@ -39,10 +39,6 @@ def main():
39
40
args = parser.parse_args()
41
42
- # Generate CSV content
43
- print(f"# Sample sheet for project {args.ProjectID}")
44
- print(f"Strandedness,{args.Strandedness}")
45
-
46
# Build full path to project data
47
data_path = os.path.join(args.data, args.ProjectID)
48
0 commit comments