I am new to use the tool fastq-mcf .
The adaptor sequence I am using for the tool is
>Adapter
AGATCGGAAGAGCACACGTCTGAACTCCAGTCA
The first few lines of my fastq file looks like
@J00118:654:HNKGTBBXY:8:1101:23673:1226 1:N:0:ANCACG
AATTCGGGNACACTGTTTACTGACATGTGCAGGCTTATTGTGAAGGACACAACACAGGAATGGCCTCATGGATTAG
+
AAFAFJJJ#JJJJJFJJJJJJJJJJJJJFJJJJJJJJJJFJAJJJFJJJJJJJJJJJJJJJFJFJFFJJJJJJJJ-
@J00118:654:HNKGTBBXY:8:1101:23977:1226 1:N:0:ANCACG
ATTCTATTNACTTAATTTACTTTGCTACCTCCTCCTTTGTCCCTCCCACTCCTGTAACTGATGATATCTTATATAA
+
AAFFFJJJ#JJJJJJJFJJJJJJJJJJJJJJJJJJJJJFJJFJFJJAJJJJJJJ<JJJJJJA<F7JJJJJJJJJJJ
@J00118:654:HNKGTBBXY:8:1101:24302:1226 1:N:0:ANCACG
CTAGATGCNCAGCACATGTTTCACATTATTTTGAATGCATTGTTCATTTACAGTTATCCCTCTTCTAATAGTTATC
The commands I used in the command line is
./fastq-mcf.1 Adaptor.fa "V1_Input-1_L_S1_L008_R1_001.fastq > "filtered.fastq"
The error I am getting is
./fastq-mcf.1: line 1: .": command not found
./fastq-mcf.1: line 2: .TH: command not found
./fastq-mcf.1: line 3: .SH: command not found
Too many input files.
Any help will be useful.
I'm sure this has been mentioned to you before (and your post before editing shows you know how to do it), please format code as code wherever it is relevant. Your posts are usually messy walls of text that need cleaning up - you should be able to do a better job with all your experience here.