how to remove number, barcodes after reads number in demultiplexed Miseq file
1
0
Entering edit mode
6.8 years ago

hi

i having R1, R2 read sequence fastq file, then joined pair end reads using QIIME, the out put file join.fastq. then i spliting the file, i got the output file join.fna file. in this file header line showing as bellow

>SE_0 M04635:15:000000000-AWWD2:1:1101:18457:1772 1:N:0:16 orig_bc=AAAAAAAAAAAA new_bc=AAAAAAAAAAAA bc_diffs=0

CCTACGGGGGGCAGCAGTGGGGAATATTGGACAATGGGCGCAAGCCTGATCCAGCCATACCGCGTGGGTGT

ok.....

i need to remove from :

1:N:0:16 orig_bc=AAAAAAAAAAAA new_bc=AAAAAAAAAAAA bc_diffs=0

......this part from above line........

plz help

next-gen • 1.6k views
ADD COMMENT
0
Entering edit mode
1:N:0:16

Don't remove that part since you will lose information about which read file (R1/R2) the data came from.

ADD REPLY
0
Entering edit mode
6.8 years ago
cut -d ' ' -f -2 input.fastq
ADD COMMENT
0
Entering edit mode

hi

I need to pic OTU..... while spliting libraries command, i added SampleID in begining "SE" when i go to pic otu command which, will accept this part 1:N:0:16 orig_bc=AAAAAAAAAAAA new_bc=AAAAAAAAAAAA bc_diffs=0.........????????????

otherwise

can i use similar file to OTU picking........?

ADD REPLY
1
Entering edit mode

If you are using Qiime accessory programs/following their workflow don't modify/mess with any of the output files. It may break the workflow.

ADD REPLY
0
Entering edit mode

okok...... i see.....thank you....

ADD REPLY

Login before adding your answer.

Traffic: 2301 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