You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check_samplesheet only saves the required columns* and discards all extra columns, whereas I expecting it to save all columns in the input file. Is my expectation wrong?
*sample,single_end,fastq_1,fastq_2,strandedness
Command used and terminal output
I downloaded the lastest version of the script and then ran it with a modified version of the test samplesheet:
### Relevant files
[samplesheet_test.csv](https://github.com/nf-core/rnaseq/files/10131154/samplesheet_test.csv)
[valid.samplesheet.csv](https://github.com/nf-core/rnaseq/files/10131156/valid.samplesheet.csv)
### System information
local test on an ubuntu machine
Python 3.8.10 & Python 2.7.18 yield the same result
The text was updated successfully, but these errors were encountered:
drpatelh
changed the title
check_samplesheet doesn't output all columns in input
check_samplesheet.py script doesn't output optional colums in samplesheet
Dec 17, 2022
drpatelh
changed the title
check_samplesheet.py script doesn't output optional colums in samplesheet
check_samplesheet.py script doesn't output optional columns in samplesheet
Dec 18, 2022
drpatelh
added a commit
to drpatelh/nf-core-rnaseq
that referenced
this issue
Dec 18, 2022
Description of the bug
Hi all,
check_samplesheet only saves the required columns* and discards all extra columns, whereas I expecting it to save all columns in the input file. Is my expectation wrong?
*sample,single_end,fastq_1,fastq_2,strandedness
Command used and terminal output
I downloaded the lastest version of the script and then ran it with a modified version of the test samplesheet:
./check_samplesheet.py 90-785846343.samplesheet.csv valid.samplesheet.csv
The output contains only the mandatory columns.
The text was updated successfully, but these errors were encountered: