16Smanifest.csv is not a(n) SingleEndFastqManifestPhred33 file:
Found header on line 1 with the following labels: ['sample_id', 'absolute-filepath', 'direction', 'sampleType', 'treatment', 'feces_id'], expected: ['sample-id', 'absolute-filepath', 'direction']
I have changed my manifest.csv and validated with keemi but it still does give me the error msg... is there anyone who could help me?
Also, the files are merged files (fastq) but treated as single-endfastq for importing it.
Hi @Sammi!
I don't have a ton of experience with this import format, but you may have too many columns in your header. As the error message says, the command expects:
Perhaps you are using a complete metadata file, instead of the simpler manifest format?
Try cutting the extra columns out of your manifest, saving, and re-running. If that give you trouble, let us know!
Chris
p.s. When/if you want to try something different, the new (V2) manifest format is pretty snazzy . You can find all the details in the importing tutorial.
So I did try the simpler ver. of the manifest file only with sample id, path, direction.
And I got this. There was a problem importing 16Smanifest1.csv:
16Smanifest1.csv is not a(n) SingleEndFastqManifestPhred33 file:
Found header on line 1 with the following labels: ['sample_id', 'absolute-filepath', 'direction'], expected: ['sample-id', 'absolute-filepath', 'direction']
There was a problem importing 16Smanifest_TJK.csv:
16Smanifest_TJK.csv is not a(n) SingleEndFastqManifestPhred33 file:
File referenced on line 29 could not be found (/Users/Sammy/Desktop/Vagus_fastq/vagus_fastq/BHF7.fastq).
I doubled checked where my fastq file path is... and copied and pasted on my manifest file.. so I am very confused what to do and i think, it might be something to do with our fastq file itself?
Hi @Sammi! Please double-check the spelling and location of the file --- ls isn't lying when it says it can't find that file exactly as specified. Maybe you could share a screenshot of the folder with your sequences in it?