Skip to content

Commit f305ed2

Browse files
authored
Merge pull request #5 from jlab/deposite_filesystem_returnBasedir
also return full filepath when in filesystem mode
2 parents 891d43b + 6c60b02 commit f305ed2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qiita_client/testing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ def _stripRoot(fp):
113113
return fp[len(sep):]
114114
return fp
115115

116-
if self.qclient._plugincoupling == 'filesystem':
117-
return fps
118-
119116
# use artifact 1 info to determine BASA_DATA_DIR, as we know that the
120117
# filepath ends with ....raw_data/1_s_G1_L001_sequences.fastq.gz, thus
121118
# BASE_DATA_DIR must be the prefix, e.g. /qiita_data/

0 commit comments

Comments
 (0)