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
ターゲットファイルをディレクトリにまとめ、1階層上のdirectoryで実行した時、trimmed.fq.gzが実行directoryに保存されますが、その後のステップでターゲットファイルのdirectoryにtrimmedファイルを探しに行くようで、エラーで止まります。 ファイルは 190610_/test_ikra/fastqgz_data/fastq.gz 実行は 190610_/test_ikra trimmedファイルが190610_**/test_ikra/***trimmed.fq.gzの様に出力されてしまい、以下のエラーが出ます。
ERROR: file [fastqgz_data/A1_1_R1_trimmed.fq.gz] does not appear to exist!
]
できれば、中間ファイルをまとめるdirectoryを作って、そこを参照しにいくようにしてもらえると助かります。 よろしくお願いいたします。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ターゲットファイルをディレクトリにまとめ、1階層上のdirectoryで実行した時、trimmed.fq.gzが実行directoryに保存されますが、その後のステップでターゲットファイルのdirectoryにtrimmedファイルを探しに行くようで、エラーで止まります。
ファイルは 190610_/test_ikra/fastqgz_data/fastq.gz
実行は 190610_/test_ikra
trimmedファイルが190610_**/test_ikra/***trimmed.fq.gzの様に出力されてしまい、以下のエラーが出ます。
Exception : [
The following errors were detected with the read files
ERROR: file [fastqgz_data/A1_1_R1_trimmed.fq.gz] does not appear to exist!
]
できれば、中間ファイルをまとめるdirectoryを作って、そこを参照しにいくようにしてもらえると助かります。
よろしくお願いいたします。
The text was updated successfully, but these errors were encountered: