We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Numeric sample names cause below error in the following line:
TypeError: unsupported operand type(s) for /: 'PosixPath' and 'int'
GeneLab_Data_Processing/RNAseq/Workflow_Documentation/NF_RCP-F/workflow_code/bin/sort_into_subdirectories_by_sample.py
Line 26 in 90d6bb5
Convert numeric sample names to string:
dest = Path(TO) / str(sample) / file.name