We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, my run command is: python mcscript/fastqSplitDups.py -r1 RAPiD-Genomics_FMN_131001_P001_WA03_R1.concat.fastq -r2 RAPiD-Genomics_FMN_131001_P001_WA03_R2.concat.fastq --outdir deduplicate/ --out summary.csv --debug
python mcscript/fastqSplitDups.py -r1 RAPiD-Genomics_FMN_131001_P001_WA03_R1.concat.fastq -r2 RAPiD-Genomics_FMN_131001_P001_WA03_R2.concat.fastq --outdir deduplicate/ --out summary.csv --debug
The log output is:
2018-07-12 11:23:09,088 - INFO - Starting mcscript/fastqSplitDups.py 2018-07-12 11:23:09,089 - INFO - Running script from /ufrc/soltis/hkates/NITFIX/Atram_Deduplication_Tests/mcscript 2018-07-12 11:23:09,089 - INFO - Git commit id: c6aef49 2018-07-12 11:23:09,089 - INFO - Reading 'RAPiD-Genomics_FMN_131001_P001_WA03_R1.concat.fastq' 2018-07-12 11:23:09,253 - INFO - Finished reading 'RAPiD-Genomics_FMN_131001_P001_WA03_R1.concat.fastq' 2018-07-12 11:23:09,253 - INFO - Reading 'RAPiD-Genomics_FMN_131001_P001_WA03_R2.concat.fastq' 2018-07-12 11:23:09,403 - INFO - Finished reading 'RAPiD-Genomics_FMN_131001_P001_WA03_R2.concat.fastq' 2018-07-12 11:23:09,951 - INFO - Script complete.
But output files (e.g. *distinct *duplicate *uniq) are only generated for the R1 sample.
Thank you for any input!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, my run command is:
python mcscript/fastqSplitDups.py -r1 RAPiD-Genomics_FMN_131001_P001_WA03_R1.concat.fastq -r2 RAPiD-Genomics_FMN_131001_P001_WA03_R2.concat.fastq --outdir deduplicate/ --out summary.csv --debug
The log output is:
But output files (e.g. *distinct *duplicate *uniq) are only generated for the R1 sample.
Thank you for any input!
The text was updated successfully, but these errors were encountered: