Qiime Error in Split Libraries
2
0
Entering edit mode
8.0 years ago
espop23 ▴ 60

Hello,

I am trying to use split libraries in qiime. The mapping files are in the folder I write, but I am getting this error and am not sure why:

*split_libraries_fastq.py -i High\ merged/*_merged.fastq --sample_id 44881102 -o split_lib_44881102/ -m 44881102_mapping.txt --barcode_type 'not-barcoded' 

Error in split_libraries_fastq.py: No filepaths match pattern/name '44881102_mapping.txt'. All patterns must be matched at least once.*

Does anyone know what this is happening?

Thanks

qiime split libraries • 3.0k views
ADD COMMENT
0
Entering edit mode
8.0 years ago

File path error, Can you copy the global file path for 44881102_mapping.txt?

If possible, replace -m 44881102_mapping.txt with -m ~/$PATHTODIR/44881102_mapping.txt

ADD COMMENT
0
Entering edit mode
8.0 years ago
espop23 ▴ 60

As in /Users//Documents/Data/High merged/44881102_mapping.txt ? I tried that and it comes up with the same error... Any suggestions?

ADD COMMENT
0
Entering edit mode

Are you quoting or escaping spaces in your filepath?

ADD REPLY

Login before adding your answer.

Traffic: 2049 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6