You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce: python -c "from os import rename; rename('/qmounts/qiita_data/per_sample_FASTQ/211022/ZTPSN22KH397-BN07020138b_R1.fastq.gz', '/qmounts/qiita_data/uploads/15507/ZTPSN22KH397-BN07020138b_R1.fastq.gz')"
Looking online it seems like the solution is to copy and then remove.
The text was updated successfully, but these errors were encountered:
To reproduce:
python -c "from os import rename; rename('/qmounts/qiita_data/per_sample_FASTQ/211022/ZTPSN22KH397-BN07020138b_R1.fastq.gz', '/qmounts/qiita_data/uploads/15507/ZTPSN22KH397-BN07020138b_R1.fastq.gz')"
Looking online it seems like the solution is to copy and then remove.
The text was updated successfully, but these errors were encountered: